summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-05-17 00:41:44 +0200
committerPier Luigi Fiorini2018-05-17 00:41:53 +0200
commita299750a9ca52fab2ae95fd752f2e5a404f2e330 (patch)
tree5df57c8d594e7cdf696ef188ca2d7b31ed276092
parente2fca3fe2fed857c34f1d19ba1b39be2b7202b5d (diff)
downloadaur-a299750a9ca52fab2ae95fd752f2e5a404f2e330.tar.gz
Update package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--liri-shell-git.install11
3 files changed, 17 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83d0ccdf94da..2c9633aa7e58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = liri-shell-git
pkgver = 20180412.1834.cc4e7cd5
pkgrel = 1
url = https://liri.io
+ install = liri-shell-git.install
arch = i686
arch = x86_64
arch = armv6h
@@ -23,6 +24,8 @@ pkgbase = liri-shell-git
depends = liri-workspace-git
depends = liri-platformtheme-git
depends = liri-materialdecoration-git
+ depends = glib2
+ depends = dconf
depends = xorg-server-xwayland
optdepends = weston: nested mode support
provides = liri-shell
diff --git a/PKGBUILD b/PKGBUILD
index 97a525a3aa7c..72f4aaa8643a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url='https://liri.io'
license=('GPL3')
depends=('qt5-tools' 'qt5-wayland' 'qt5-accountsservice-git' 'qt5-gsettings-git'
'libqtxdg' 'pam' 'liri-wayland-git' 'libliri-git' 'vibe-git' 'liri-workspace-git'
- 'liri-platformtheme-git' 'liri-materialdecoration-git'
+ 'liri-platformtheme-git' 'liri-materialdecoration-git'
+ 'glib2' 'dconf'
'xorg-server-xwayland')
optdepends=('weston: nested mode support')
makedepends=('git' 'liri-qbs-shared-git')
@@ -18,6 +19,7 @@ conflicts=('hawaii-shell-git' 'papyros-shell-git' 'liri-shell')
replaces=('hawaii-shell-git' 'papyros-shell-git' 'liri-shell')
provides=('liri-shell')
groups=('liri-git')
+install=$pkgname.install
_gitroot="git://github.com/lirios/shell.git"
_gitbranch=develop
diff --git a/liri-shell-git.install b/liri-shell-git.install
new file mode 100644
index 000000000000..7e721e827e17
--- /dev/null
+++ b/liri-shell-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}