.gear/dunst.spec | 63 ++++++++++++++++++++++ .gear/rules | 3 ++ .../tags/3925c3396ea6885b88afe26de7aa57d013bd3bfc | 6 +++ .gear/tags/list | 1 + .gear/upstream/remotes | 3 ++ 5 files changed, 76 insertions(+) diff --git a/.gear/dunst.spec b/.gear/dunst.spec new file mode 100644 index 0000000..2097b4f --- /dev/null +++ b/.gear/dunst.spec @@ -0,0 +1,63 @@ +%define _unpackaged_files_terminate_build 1 +%def_enable check + +Name: dunst +Version: 1.5.0 +Release: alt1 +Summary: Lightweight replacement for the notification-daemons +License: BSD +Group: Graphical desktop/Other +URL: https://dunst-project.org +Source: %name-%version.tar + +Patch0: %name-%version-%release.patch + +BuildRequires: libdbus-devel +BuildRequires: libXinerama-devel +BuildRequires: libXrandr-devel +BuildRequires: libXft-devel +BuildRequires: libXScrnSaver-devel +BuildRequires: libxdg-basedir-devel +BuildRequires: glib2-devel +BuildRequires: libpango-devel +BuildRequires: libgtk+3-devel +BuildRequires: libnotify-devel +BuildRequires: /usr/bin/pod2man +BuildRequires: /bin/systemctl +BuildRequires: libsystemd-devel +%if_enabled check +BuildRequires: librsvg +%endif + +%description +Dunst is a highly configurable and lightweight notification daemon. + +%prep +%setup +%patch0 -p1 + +%build +%make_build PREFIX=%prefix + +%install +%makeinstall_std PREFIX=%prefix + +%check +%make_build test + +%files +%doc AUTHORS CHANGELOG* LICENSE README* RELEASE_NOTES* +%_bindir/* +%_man1dir/* +%_datadir/dbus-1/services/* +%_datadir/%name +%_libexecdir/systemd/user/* + +%changelog +* Wed Nov 25 2020 Danil Shein 1.5.0-alt1 +- update version to 1.5.0 +- using sources from github.com + +* Tue Jun 17 2014 Eugeny A. Rostovtsev (REAL) 1.0.0-alt1 +- Initial build for Sisyphus (ALT #30120) + diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..89c0751 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,3 @@ +spec: .gear/dunst.spec +tar: v@version@:. +diff: v@version@:. . diff --git a/.gear/tags/3925c3396ea6885b88afe26de7aa57d013bd3bfc b/.gear/tags/3925c3396ea6885b88afe26de7aa57d013bd3bfc new file mode 100644 index 0000000..9660761 --- /dev/null +++ b/.gear/tags/3925c3396ea6885b88afe26de7aa57d013bd3bfc @@ -0,0 +1,6 @@ +object 52d67616f1dcd9d4201de3f8096cbc2c09dbf1dd +type commit +tag v1.5.0 +tagger Nikos Tsipinakis 1595500089 +0300 + +Dunst v1.5.0 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..5fa9184 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +3925c3396ea6885b88afe26de7aa57d013bd3bfc v1.5.0 diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes new file mode 100644 index 0000000..765a495 --- /dev/null +++ b/.gear/upstream/remotes @@ -0,0 +1,3 @@ +[remote "upstream"] + url = https://github.com/dunst-project/dunst.git + fetch = +refs/heads/*:refs/remotes/upstream/*