diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-24 12:49:10 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-24 12:53:29 +0100 |
commit | bd0f406d303f19dbf542b942b78244627ac7804c (patch) | |
tree | 5345971f29b6abd26cff59728453b0c0649950dd /main/xfce4-clipman-plugin | |
parent | 825d0be200c46f884875799be16fb5ad1e437e77 (diff) | |
download | aports-bd0f406d303f19dbf542b942b78244627ac7804c.tar.bz2 aports-bd0f406d303f19dbf542b942b78244627ac7804c.tar.xz |
main/xfce4-clipman-plugin: upgrade to 1.4.1
Diffstat (limited to 'main/xfce4-clipman-plugin')
-rw-r--r-- | main/xfce4-clipman-plugin/APKBUILD | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/main/xfce4-clipman-plugin/APKBUILD b/main/xfce4-clipman-plugin/APKBUILD index 88378dd267..6903305497 100644 --- a/main/xfce4-clipman-plugin/APKBUILD +++ b/main/xfce4-clipman-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-clipman-plugin -pkgver=1.2.6 -pkgrel=1 +pkgver=1.4.1 +pkgrel=0 pkgdesc="Clipboard manager plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" arch="all" @@ -10,23 +10,12 @@ depends="" makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev exo-dev" install="" subpackages="$pkgname-lang" -source="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-$pkgver.tar.bz2" +source="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${pkgver%.*}/xfce4-clipman-plugin-$pkgver.tar.bz2" -_builddir="$srcdir"/xfce4-clipman-plugin-$pkgver - -prepare() { - local i - cd "$_builddir" - update_config_sub || return 1 - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} +builddir="$srcdir"/xfce4-clipman-plugin-$pkgver build() { - cd "$_builddir" + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -38,10 +27,8 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="f7f2440647493243cbd7787eaee92fcb xfce4-clipman-plugin-1.2.6.tar.bz2" -sha256sums="23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 xfce4-clipman-plugin-1.2.6.tar.bz2" -sha512sums="fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e xfce4-clipman-plugin-1.2.6.tar.bz2" +sha512sums="e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54 xfce4-clipman-plugin-1.4.1.tar.bz2" |