Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
8a855c8d53 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:45:27 +00:00
cherry530
0145cf57b7 remove unuse files
(cherry picked from commit 693cd9b176ffedb2b731de0ef56b051c8a894b07)
2021-12-03 18:09:41 +08:00
openeuler-ci-bot
5f493930fb !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:55:19 +00:00
cherry530
22209b3624 Package init
(cherry picked from commit 2a03a07f1ca381791e152685cdc3af77e93ecb47)
2021-12-03 17:19:30 +08:00
openeuler-ci-bot
930553e859 !3 upgrade to 0.6.2 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 03:54:03 +00:00
zhang__3125
e0195a6212 upgrade to 0.6.2 for xfce 4.16 2021-06-25 11:43:31 +08:00
openeuler-ci-bot
968419d20d !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 15:50:49 +08:00
张琳
37bcb417dc update xfce4-notifyd.yaml. 2020-11-30 15:04:24 +08:00
zhang__3125
68f9e5a36b 20201127 add yaml file 2020-11-27 12:59:42 +08:00
openeuler-ci-bot
8b34acab66 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 11:08:18 +08:00
dillon chen
7bad595c67 Init package 2020-07-15 19:53:00 +08:00
3 changed files with 83 additions and 0 deletions

BIN
xfce4-notifyd-0.6.1.tar.bz2 Normal file

Binary file not shown.

79
xfce4-notifyd.spec Normal file
View File

@ -0,0 +1,79 @@
%global xfceversion 4.14
Name: xfce4-notifyd
Version: 0.6.1
Release: 1
Summary: Simple, visually-appealing notification daemon for Xfce
License: GPLv2
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd
Source0: http://archive.xfce.org/src/apps/%{name}/0.6/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: glib2-devel >= 2.42.0
BuildRequires: gtk3-devel >= 3.20.0
BuildRequires: libnotify-devel >= 0.7.0
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxfce4util-devel >= %{xfceversion}
BuildRequires: xfconf-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: desktop-file-utils
BuildRequires: intltool
BuildRequires: systemd
Requires: dbus
Requires: hicolor-icon-theme
Provides: desktop-notification-daemon
%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
that implements the freedesktop.org desktop notifications specification.
Features:
* Themable using the GTK+ theming mechanism
* Visually appealing: rounded corners, shaped windows
* Supports transparency and fade effects
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
# remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';'
# make sure debuginfo is generated properly
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop
%find_lang %{name}
%ldconfig_scriptlets
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/xfce4-notifyd-config
%{_libdir}/xfce4/notifyd/
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/applications/xfce4-notifyd-config.desktop
%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
%{_datadir}/icons/hicolor/48x48/apps/xfce4-notifyd.png
%{_datadir}/themes/Default/xfce-notify-4.0/
%{_datadir}/themes/Smoke/
%{_datadir}/themes/ZOMG-PONIES!/
%{_datadir}/themes/Bright/
%{_datadir}/themes/Retro/
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_mandir}/man1/xfce4-notifyd-config.1.*
%{_userunitdir}/xfce4-notifyd.service
%changelog
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 0.6.1-1
- Init package

4
xfce4-notifyd.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/apps/xfce4-notifyd.git
tag_prefix: "xfce4-notifyd-"
seperator: "."