summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-08-25 17:26:19 +0200
committerMaxime Gauduin2017-08-25 17:26:19 +0200
commit2c870172aaa504426d666a1cf60d7475a6dd093b (patch)
tree24d5e2fda5bfd0c6dee37f536d10ea4b59501268
parentd80c4e9d2ad79fa7df759dc4f82f79ecee89157b (diff)
downloadaur-2c870172aaa504426d666a1cf60d7475a6dd093b.tar.gz
wingpanel-indicator-bluetooth 2.0.3-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 15 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a882f34a87..e468c197395e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Tue May 23 18:31:41 UTC 2017
+# Fri Aug 25 15:26:19 UTC 2017
pkgbase = wingpanel-indicator-bluetooth
- pkgdesc = Bluetooth indicator for Wingpanel
- pkgver = 2.0.2
+ pkgdesc = Wingpanel Bluetooth Indicator
+ pkgver = 2.0.3
pkgrel = 1
- url = https://launchpad.net/wingpanel-indicator-bluetooth
+ url = https://github.com/elementary/wingpanel-indicator-bluetooth
arch = i686
arch = x86_64
groups = pantheon
license = GPL3
- makedepends = bzr
makedepends = cmake
makedepends = vala
makedepends = wingpanel
@@ -19,8 +18,8 @@ pkgbase = wingpanel-indicator-bluetooth
depends = gtk3
depends = libgranite.so
depends = libwingpanel-2.0.so
- source = https://launchpad.net/wingpanel-indicator-bluetooth/loki/2.0.2/+download/wingpanel-indicator-bluetooth-2.0.2.tar.xz
- sha256sums = 453934a0999e19cded3c4f894cc30ca160485d06a62b992cd22c16a3e126135a
+ source = wingpanel-indicator-bluetooth-2.0.3.tar.gz::https://github.com/elementary/wingpanel-indicator-bluetooth/archive/2.0.3.tar.gz
+ sha256sums = b0d86f97715d350f9602dd029e187c4408d9370182d0e7061e8d304a5d551f1d
pkgname = wingpanel-indicator-bluetooth
diff --git a/PKGBUILD b/PKGBUILD
index f92ca059b4b9..42ceb83e123c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-bluetooth
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
-pkgdesc='Bluetooth indicator for Wingpanel'
+pkgdesc='Wingpanel Bluetooth Indicator'
arch=('i686' 'x86_64')
-url='https://launchpad.net/wingpanel-indicator-bluetooth'
+url='https://github.com/elementary/wingpanel-indicator-bluetooth'
license=('GPL3')
groups=('pantheon')
depends=('bluez' 'glib2' 'glibc' 'gtk3'
'libgranite.so' 'libwingpanel-2.0.so')
-makedepends=('bzr' 'cmake' 'vala' 'wingpanel')
-source=("https://launchpad.net/wingpanel-indicator-bluetooth/loki/${pkgver}/+download/wingpanel-indicator-bluetooth-${pkgver}.tar.xz")
-sha256sums=('453934a0999e19cded3c4f894cc30ca160485d06a62b992cd22c16a3e126135a')
+makedepends=('cmake' 'vala' 'wingpanel')
+source=("wingpanel-indicator-bluetooth-${pkgver}.tar.gz::https://github.com/elementary/wingpanel-indicator-bluetooth/archive/${pkgver}.tar.gz")
+sha256sums=('b0d86f97715d350f9602dd029e187c4408d9370182d0e7061e8d304a5d551f1d')
prepare() {
- cd wingpanel-indicator-bluetooth-${pkgver}
-
if [[ -d build ]]; then
rm -rf build
fi
@@ -24,9 +22,9 @@ prepare() {
}
build() {
- cd wingpanel-indicator-bluetooth-${pkgver}/build
+ cd build
- cmake .. \
+ cmake ../wingpanel-indicator-bluetooth-${pkgver} \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
@@ -35,7 +33,7 @@ build() {
}
package() {
- cd wingpanel-indicator-bluetooth-${pkgver}/build
+ cd build
make DESTDIR="${pkgdir}" install
}