summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-07-24 11:06:23 -0400
committerTed Alff2017-07-24 11:06:23 -0400
commit0beca411ec0bd68eb30e25e386896f135f15e9f8 (patch)
tree693afb3dacf15cfbb9cac02d7f3af9e71976b58b
parent0e91cdad652fab877ca280969ac631a94c26c3aa (diff)
downloadaur-0beca411ec0bd68eb30e25e386896f135f15e9f8.tar.gz
Changes requested by killermoehre
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad37482bc717..6a950d2de5cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 5 21:21:17 UTC 2017
+# Mon Jul 24 15:05:45 UTC 2017
pkgbase = libxfce4ui-git
pkgdesc = Commonly used Xfce widgets among Xfce applications - git checkout
- pkgver = 4.13.3.r5.gb7e544b
+ pkgver = 4.13.3.r14.ga4089e7
pkgrel = 1
url = https://git.xfce.org/xfce/libxfce4ui/tree/README
arch = i686
@@ -23,7 +23,7 @@ pkgbase = libxfce4ui-git
provides = libxfce4ui=4.13.3
conflicts = libxfce4ui
conflicts = libxfce4ui-devel
- source = libxfce4ui::git+https://git.xfce.org/xfce/libxfce4ui
+ source = libxfce4ui::git://git.xfce.org/xfce/libxfce4ui
sha256sums = SKIP
pkgname = libxfce4ui-git
diff --git a/PKGBUILD b/PKGBUILD
index 422507986c7b..c4a92b7ce2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=libxfce4ui
pkgname=${_pkgname}-git
-pkgver=4.13.3.r5.gb7e544b
+pkgver=4.13.3.r14.ga4089e7
pkgrel=1
pkgdesc="Commonly used Xfce widgets among Xfce applications - git checkout"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification'
makedepends=('intltool' 'gtk-doc' 'xfce4-dev-tools' 'gobject-introspection' 'git')
provides=("${_pkgname}=${pkgver%%.r*}")
conflicts=("${_pkgname}" "${_pkgname}-devel")
-source=("${_pkgname}::git+https://git.xfce.org/xfce/libxfce4ui")
+source=("${_pkgname}::git://git.xfce.org/xfce/libxfce4ui")
sha256sums=('SKIP')
pkgver() {
@@ -27,7 +27,8 @@ pkgver() {
build() {
cd "${_pkgname}"
- ./autogen.sh \
+ NOCONFIGURE=1 ./autogen.sh
+ ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -35,6 +36,7 @@ build() {
--disable-static \
--enable-gtk-doc \
--disable-debug \
+ --enable-maintainer-mode \
--with-vendor-info='Arch Linux'
make
}