summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-01-10 17:42:15 +0100
committerMaxime Gauduin2018-01-10 17:42:15 +0100
commit1dc85b4d31f3ddb28a8e93cc85517358c45cc7ad (patch)
treed89082fffd881dc82b13e0ae859f6065c956c90a
parentfef33cae954f609880422f0b7d530ae0444fbce6 (diff)
downloadaur-1dc85b4d31f3ddb28a8e93cc85517358c45cc7ad.tar.gz
wingpanel-indicator-privacy-git r68.4a3abae-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c82edfe9d3d8..75854b7bc80c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon May 1 15:28:22 UTC 2017
+# Wed Jan 10 16:42:15 UTC 2018
pkgbase = wingpanel-indicator-privacy-git
pkgdesc = Privacy indicator for Wingpanel
- pkgver = r19.9492ca4
+ pkgver = r68.4a3abae
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-privacy
- arch = i686
arch = x86_64
groups = pantheon-unstable
license = GPL3
@@ -20,6 +19,7 @@ pkgbase = wingpanel-indicator-privacy-git
depends = gtk3
depends = libgee
depends = libgtop
+ depends = lsof
depends = libwingpanel-2.0.so
provides = wingpanel-indicator-privacy
conflicts = wingpanel-indicator-privacy
diff --git a/PKGBUILD b/PKGBUILD
index b36e1db9394d..cc1ebaebac0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-privacy-git
-pkgver=r19.9492ca4
+pkgver=r68.4a3abae
pkgrel=1
pkgdesc='Privacy indicator for Wingpanel'
arch=('x86_64')
url='https://github.com/elementary/wingpanel-indicator-privacy'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('bamf' 'glib2' 'glibc' 'gtk3' 'libgee' 'libgtop'
+depends=('bamf' 'glib2' 'glibc' 'gtk3' 'libgee' 'libgtop' 'lsof'
'libwingpanel-2.0.so')
makedepends=('cmake' 'git' 'granite-git' 'vala' 'wingpanel-git')
provides=('wingpanel-indicator-privacy')
@@ -23,8 +23,6 @@ pkgver() {
}
prepare() {
- cd wingpanel-indicator-privacy
-
if [[ -d build ]]; then
rm -rf build
fi
@@ -32,18 +30,17 @@ prepare() {
}
build() {
- cd wingpanel-indicator-privacy/build
+ cd build
- cmake .. \
+ cmake ../wingpanel-indicator-privacy \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
- -DGSETTINGS_COMPILE='FALSE'
+ -DCMAKE_INSTALL_LIBDIR='/usr/lib'
make
}
package() {
- cd wingpanel-indicator-privacy/build
+ cd build
make DESTDIR="${pkgdir}" install
}