summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri2019-07-06 12:05:51 +0200
committerHenri2019-07-06 12:05:51 +0200
commit54de97859be372a858b89c21105ea163323b3ccf (patch)
tree0b5aa90c9b90763fab0049f27bcd9e37c96392da
parent9d7bcabfe15b2a4ae9e784e581d9a90ba8065fe5 (diff)
downloadaur-54de97859be372a858b89c21105ea163323b3ccf.tar.gz
added make depends and group parameters
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9885908c5043..1a8c9d2f69fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,9 @@ pkgbase = gnome-shell-extension-material-shell-git
pkgrel = 1
url = https://github.com/PapyElGringo/material-shell
arch = any
+ groups = gnome-shell-extensions
license = GPL
+ makedepends = git
depends = gnome-shell
source = git+https://github.com/PapyElGringo/material-shell.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ba1b52f4a1fb..43d5f6afa358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,16 @@ arch=('any')
url="https://github.com/PapyElGringo/material-shell"
license=('GPL')
depends=('gnome-shell')
+makedepends=('git')
+groups=('gnome-shell-extensions')
source=('git+https://github.com/PapyElGringo/material-shell.git')
md5sums=('SKIP')
-prepare() {
- ls -l
-
-
+prepare() {
cd material-shell
-
printf '0+%s+g%s' $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
}
+
package() {
mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/material-shell@papyelgringo/"
cp -r material-shell/. "$pkgdir/usr/share/gnome-shell/extensions/material-shell@papyelgringo/"