From 64ebdf4398c5d610b9cd2d757ff21c6912982063 Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Tue, 17 Feb 2015 16:36:27 +0530 Subject: [PATCH 1/2] New package: xfce4-clipman-plugin-1.2.6 --- srcpkgs/xfce4-clipman-plugin/INSTALL | 10 ++++++++++ srcpkgs/xfce4-clipman-plugin/template | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/xfce4-clipman-plugin/INSTALL create mode 100644 srcpkgs/xfce4-clipman-plugin/template diff --git a/srcpkgs/xfce4-clipman-plugin/INSTALL b/srcpkgs/xfce4-clipman-plugin/INSTALL new file mode 100644 index 00000000000..92c780c0d6c --- /dev/null +++ b/srcpkgs/xfce4-clipman-plugin/INSTALL @@ -0,0 +1,10 @@ +# INSTALL +case "$ACTION" in +pre) + # Actions to execute before the package files are unpacked. + ;; +post) + # actions to execute if package is being installed/updated. + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + ;; +esac \ No newline at end of file diff --git a/srcpkgs/xfce4-clipman-plugin/template b/srcpkgs/xfce4-clipman-plugin/template new file mode 100644 index 00000000000..b331cb450ac --- /dev/null +++ b/srcpkgs/xfce4-clipman-plugin/template @@ -0,0 +1,14 @@ +# Template file for 'xfce4-clipman-plugin' + +pkgname="xfce4-clipman-plugin" +version="1.2.6" +revision=1 +build_style=gnu-configure +makedepends="gtk+-devel xfce4-panel-devel libunique1-devel libXtst-devel qrencode-devel exo-devel libxfce4ui-devel" +hostmakedepends="intltool pkg-config" +short_desc="A clipboard plugin for the Xfce4 panel" +maintainer="Aaditya Bagga " +license="GPL-2" +homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" +distfiles="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-${version}.tar.bz2" +checksum="23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5" \ No newline at end of file From bf933729e126cfcf68b580782fb0a374c7120001 Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Tue, 17 Feb 2015 16:42:36 +0530 Subject: [PATCH 2/2] implement juan's suggestions --- srcpkgs/xfce4-clipman-plugin/INSTALL | 10 ---------- srcpkgs/xfce4-clipman-plugin/template | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 srcpkgs/xfce4-clipman-plugin/INSTALL diff --git a/srcpkgs/xfce4-clipman-plugin/INSTALL b/srcpkgs/xfce4-clipman-plugin/INSTALL deleted file mode 100644 index 92c780c0d6c..00000000000 --- a/srcpkgs/xfce4-clipman-plugin/INSTALL +++ /dev/null @@ -1,10 +0,0 @@ -# INSTALL -case "$ACTION" in -pre) - # Actions to execute before the package files are unpacked. - ;; -post) - # actions to execute if package is being installed/updated. - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - ;; -esac \ No newline at end of file diff --git a/srcpkgs/xfce4-clipman-plugin/template b/srcpkgs/xfce4-clipman-plugin/template index b331cb450ac..b2546adc648 100644 --- a/srcpkgs/xfce4-clipman-plugin/template +++ b/srcpkgs/xfce4-clipman-plugin/template @@ -4,6 +4,7 @@ pkgname="xfce4-clipman-plugin" version="1.2.6" revision=1 build_style=gnu-configure +depends="gtk-update-icon-cache" makedepends="gtk+-devel xfce4-panel-devel libunique1-devel libXtst-devel qrencode-devel exo-devel libxfce4ui-devel" hostmakedepends="intltool pkg-config" short_desc="A clipboard plugin for the Xfce4 panel" @@ -11,4 +12,4 @@ maintainer="Aaditya Bagga " license="GPL-2" homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" distfiles="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-${version}.tar.bz2" -checksum="23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5" \ No newline at end of file +checksum="23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5"