summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-09-12 16:55:33 +0200
committerMaxime Gauduin2016-09-12 16:55:33 +0200
commit90f999e1caff6765ddcc41415debb6568bad89c1 (patch)
tree11a895cf3341c38fb46b15adf0f21c6d7a20e8fe
parent31a24d57b614a2d36a5b32c036a03122dfacb26c (diff)
downloadaur-90f999e1caff6765ddcc41415debb6568bad89c1.tar.gz
switchboard 2.1.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--switchboard.install13
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 638253fe87ad..73a58965344d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Aug 12 09:50:36 UTC 2016
+# Mon Sep 12 14:55:33 UTC 2016
pkgbase = switchboard
pkgdesc = The Pantheon Control Center
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/switchboard
- install = switchboard.install
arch = i686
arch = x86_64
groups = pantheon
license = GPL3
makedepends = cmake
+ makedepends = intltool
makedepends = vala
depends = clutter-gtk
depends = gdk-pixbuf2
diff --git a/PKGBUILD b/PKGBUILD
index b86d290faf75..166adee7d01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=switchboard
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='The Pantheon Control Center'
arch=('i686' 'x86_64')
url='https://launchpad.net/switchboard'
@@ -12,7 +12,7 @@ license=('GPL3')
groups=('pantheon')
depends=('clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'wayland'
'libgranite.so')
-makedepends=('cmake' 'vala')
+makedepends=('cmake' 'intltool' 'vala')
optdepends=('switchboard-plug-about: About plug'
'switchboard-plug-applications: Applications plug'
'switchboard-plug-datetime: Date & Time plug'
@@ -26,7 +26,6 @@ optdepends=('switchboard-plug-about: About plug'
'switchboard-plug-power: Power plug'
'switchboard-plug-security-privacy: Security & Privacy plug')
provides=('libswitchboard-2.0.so')
-install='switchboard.install'
source=("https://launchpad.net/switchboard/2.x/${pkgver}/+download/switchboard-${pkgver}.tar.xz")
sha256sums=('823221f858c5de85189ddadd8a0f3af87d62cc90a9c678074eaa149e868323b7')
diff --git a/switchboard.install b/switchboard.install
deleted file mode 100644
index 511a2a0c7807..000000000000
--- a/switchboard.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: