diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-31 10:22:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-31 10:23:02 +0000 |
commit | 4483fb39d425ca6998dbd40faba740a7531e9fc1 (patch) | |
tree | 473b849f20e3d049ddc6ecf44216607cfeef81b7 | |
parent | 3844aa04647ff7fe7442c0b1575c01a394878975 (diff) | |
download | aports-4483fb39d425ca6998dbd40faba740a7531e9fc1.tar.bz2 aports-4483fb39d425ca6998dbd40faba740a7531e9fc1.tar.xz |
community/xfce4-clipman-plugin: upgrade to 1.6.0
-rw-r--r-- | community/xfce4-clipman-plugin/APKBUILD | 11 | ||||
-rw-r--r-- | community/xfce4-clipman-plugin/potfiles.patch | 13 |
2 files changed, 20 insertions, 4 deletions
diff --git a/community/xfce4-clipman-plugin/APKBUILD b/community/xfce4-clipman-plugin/APKBUILD index 25535b17e0..bc6b80eafe 100644 --- a/community/xfce4-clipman-plugin/APKBUILD +++ b/community/xfce4-clipman-plugin/APKBUILD @@ -1,14 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-clipman-plugin -pkgver=1.4.4 -pkgrel=1 +pkgver=1.6.0 +pkgrel=0 pkgdesc="Clipboard manager plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" arch="all" license="GPL-2.0-or-later" makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev exo-dev" subpackages="$pkgname-lang" -source="https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${pkgver%.*}/xfce4-clipman-plugin-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${pkgver%.*}/xfce4-clipman-plugin-$pkgver.tar.bz2 + potfiles.patch + " build() { @@ -29,4 +31,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965 xfce4-clipman-plugin-1.4.4.tar.bz2" +sha512sums="e3f4a8b2362a6922303e167d97efad39190b7691924d7d10ca4f653864a7486521200601f09538d124d08b3ce5a00bdd0146a527e318af35fb14116192ce40d2 xfce4-clipman-plugin-1.6.0.tar.bz2 +9d51b4ec5156083a055edd18e673a91f9cc47dd8457a2a9335d19e34d64510324a7f1c02a28ef284e28dd5eb41dcfe058441d3b00d5b75d18af83174c9c7ace6 potfiles.patch" diff --git a/community/xfce4-clipman-plugin/potfiles.patch b/community/xfce4-clipman-plugin/potfiles.patch new file mode 100644 index 0000000000..71b8991c81 --- /dev/null +++ b/community/xfce4-clipman-plugin/potfiles.patch @@ -0,0 +1,13 @@ +upstream issue: https://bugzilla.xfce.org/show_bug.cgi?id=16608 + +diff --git a/po/POTFILES.in b/po/POTFILES.in +index c932cc2..4a50572 100644 +--- a/po/POTFILES.in ++++ b/po/POTFILES.in +@@ -12,3 +12,6 @@ panel-plugin/collector.c + panel-plugin/history.c + panel-plugin/menu.c + panel-plugin/plugin.c ++panel-plugin/common.c ++panel-plugin/xfce4-clipman-history.c ++panel-plugin/xfce4-clipman-settings.desktop.in |