mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
79 lines
1.9 KiB
RPMSpec
79 lines
1.9 KiB
RPMSpec
%global rn 1
|
|
|
|
Name: unity-greeter
|
|
Version: 23.10.1
|
|
Release: %autorelease
|
|
Summary: Unity Greeter for Lightdm
|
|
|
|
License: GPL-3.0
|
|
URL: https://launchpad.net/unity-greeter
|
|
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/u/unity-greeter/unity-greeter_%version-0ubuntu%rn.tar.xz
|
|
Patch1: 0001-Remove-libido.patch
|
|
|
|
BuildRequires: automake libtool gnome-common
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(gdk-x11-3.0)
|
|
BuildRequires: pkgconfig(indicator3-0.4)
|
|
BuildRequires: pkgconfig(liblightdm-gobject-1)
|
|
BuildRequires: pkgconfig(freetype2)
|
|
BuildRequires: pkgconfig(cairo-ft)
|
|
BuildRequires: pkgconfig(libcanberra)
|
|
BuildRequires: pkgconfig(pixman-1)
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xext)
|
|
BuildRequires: vala
|
|
BuildRequires: unity-settings-daemon-devel
|
|
Requires: unity-shell
|
|
Requires: unity-settings-daemon
|
|
Requires: lightdm%{?_isa}
|
|
|
|
%description
|
|
The greeter (login screen) application for Unity.
|
|
It is implemented as a LightDM greeter.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
NOCONFIGURE=1 \
|
|
./autogen.sh
|
|
|
|
%configure --disable-static
|
|
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%find_lang %{name}
|
|
|
|
%ldconfig_post
|
|
|
|
%pre
|
|
%{_sbindir}/update-alternatives \
|
|
--remove lightdm-greeter \
|
|
%{_datadir}/xgreeters/unity-greeter.desktop 2> /dev/null ||:
|
|
|
|
%postun
|
|
if [ ${1} -eq 0 ]; then
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
|
%files -f %{name}.lang
|
|
%doc NEWS
|
|
%license COPYING
|
|
%{_sbindir}/unity-greeter
|
|
%{_datadir}/glib-2.0/schemas/com.canonical.unity-greeter.gschema.xml
|
|
%dir %{_datadir}/unity-greeter
|
|
%{_datadir}/unity-greeter/*.png
|
|
%{_datadir}/unity-greeter/*.svg
|
|
%{_datadir}/xgreeters/unity-greeter.desktop
|
|
%{_mandir}/man1/unity-greeter.1.gz
|
|
|
|
%changelog
|
|
%autochangelog
|