Skip to content

Commit

Permalink
chore: revert bad changes in Terra 38
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Oct 7, 2023
1 parent cf17c44 commit 0a722fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion anda/apps/armcord-bin/armcord-bin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%global __provides_exclude_from %{_datadir}/armcord/.*\\.so

Name: armcord-bin
Version: 3.2.4.libwebp
Version: 3.2.4
Release: 1%{?dist}
License: OSL-3.0
Summary: Custom lightweight Discord client designed to enhance your experience
Expand Down
2 changes: 1 addition & 1 deletion anda/apps/armcord/armcord.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %nil

Name: armcord
Version: 3.2.4.libwebp
Version: 3.2.4
Release: 1%{?dist}
License: OSL-3.0
Summary: Custom lightweight Discord client designed to enhance your experience
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ URL: https://github.com/elementary/greeter
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
Source1: 40-%{appname}.conf

Patch0: https://github.com/elementary/greeter/commit/dbd9b6f9701f5992c3b3257c025b9cd80d041cc8.patch

BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: libappstream-glib
Expand All @@ -34,9 +36,9 @@ BuildRequires: pkgconfig(granite) >= 5.0
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libhandy-1)
BuildRequires: pkgconfig(liblightdm-gobject-1)
BuildRequires: pkgconfig(mutter-clutter-12)
BuildRequires: pkgconfig(mutter-cogl-12)
BuildRequires: pkgconfig(mutter-cogl-pango-12)
BuildRequires: pkgconfig(mutter-clutter-13)
BuildRequires: pkgconfig(mutter-cogl-13)
BuildRequires: pkgconfig(mutter-cogl-pango-13)
BuildRequires: pkgconfig(x11)

Provides: pantheon-greeter = %{version}-%{release}
Expand Down Expand Up @@ -68,7 +70,7 @@ The elementary Greeter is a styled Login Screen for LightDM.


%prep
%autosetup -n %{srcname}-%{version}
%autosetup -p1 -n %{srcname}-%{version}


%build
Expand Down
6 changes: 3 additions & 3 deletions anda/desktops/elementary/wingpanel/wingpanel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(glib-2.0) >= 2.32
BuildRequires: pkgconfig(granite) >= 5.4.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
BuildRequires: pkgconfig(mutter-clutter-12)
BuildRequires: pkgconfig(mutter-cogl-12)
BuildRequires: pkgconfig(mutter-cogl-pango-12)
BuildRequires: pkgconfig(mutter-clutter-13)
BuildRequires: pkgconfig(mutter-cogl-13)
BuildRequires: pkgconfig(mutter-cogl-pango-13)

Requires: %{name}-libs%{?_isa} = %{version}-%{release}

Expand Down

0 comments on commit 0a722fd

Please sign in to comment.