diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libxfce4ui/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/libxfce4ui/PKGBUILD b/libre/libxfce4ui/PKGBUILD index a335e5001..70b4a545e 100644 --- a/libre/libxfce4ui/PKGBUILD +++ b/libre/libxfce4ui/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 267109 2016-05-07 05:03:06Z foutrelis $ # Maintainer (Arch): Evangelos Foutras <evangelos@foutrelis.com> # Contributor (Arch): Xavier Devlamynck <magicrhesus@ouranos.be> # Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> @@ -6,15 +5,17 @@ pkgname=libxfce4ui pkgver=4.12.1 -pkgrel=2.parabola2 +pkgrel=3 +pkgrel+=.par1 pkgdesc="Commonly used Xfce widgets among Xfce applications (Parabola rebranded)" -arch=('i686' 'x86_64' 'armv7h') +arch=('x86_64') +arch+=('i686' 'armv7h') url="http://www.xfce.org/" license=('GPL2') depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification' 'hicolor-icon-theme') -makedepends=('intltool' 'gtk-doc') -source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +makedepends=('intltool') +source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43') build() { @@ -26,7 +27,6 @@ build() { --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ - --disable-gtk-doc \ --disable-debug \ --with-vendor-info='Parabola GNU/Linux-libre' make |