summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikuro Kagamine2018-07-14 18:55:56 +1000
committerMikuro Kagamine2018-07-14 18:55:56 +1000
commit88f1004ce86ce7c4ed2f39bd2ae73942b0bf8ea6 (patch)
tree57ef770761b39f62fb47e3db89219782f99b414f
parent69f602bf55c0d1f19e3ba2e55b141b07715b2110 (diff)
downloadaur-trisquel-gtk-theme.tar.gz
version 8.0
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD26
2 files changed, 23 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9b2f03cf893..2f6d368fed93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Aug 2 05:06:59 UTC 2016
pkgbase = trisquel-gtk-theme
- pkgdesc = A GTK2/3, metacity and xfwm4 theme for Trisquel.
- pkgver = 7.0_8
- pkgrel = 3
+ pkgdesc = A GTK2, GTK3, Metacity, XFWM4, and Unity theme from Trisquel.
+ pkgver = 8.0
+ pkgrel = 1
url = http://trisquel.info
arch = any
- license = GPL
- depends = gdk-pixbuf2
- depends = gtk-engine-murrine
- depends = gtk-engine-unico
- source = http://archive.trisquel.info/trisquel/pool/main/t/trisquel-gtk-theme/trisquel-gtk-theme_7.0-8.tar.gz
- md5sums = 1342affa3a7342de76f04076eab2f4ea
+ license = GPL3
+ optdepends = gdk-pixbuf2: gtk2 theme support
+ optdepends = gtk-engine-murrine: gtk2 theme support
+ optdepends = gtk-engine-unico: gtk3 theme support
+ source = http://archive.trisquel.info/trisquel/pool/main/t/trisquel-gtk-theme/trisquel-gtk-theme_8.0.tar.gz
+ sha512sums = 0fc769380eba9f58603e5b3f13b5e6a62a570bb66e96ab614cb670fdb3d6c81974c9419c0c4a6f382425e42d61e7190938278f84552eaa52898029e31702be5c
pkgname = trisquel-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 79bda231ecb8..b354f5331ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
+# Maintainer: Mikuro Kagamine <mikurok@forgecrushing.com>
+# Contributor: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=trisquel-gtk-theme
-pkgver=7.0_8
-pkgrel=3
-pkgdesc="A GTK2/3, metacity and xfwm4 theme for Trisquel."
-url="http://trisquel.info"
+pkgver=8.0
+pkgrel=1
+pkgdesc='A GTK2, GTK3, Metacity, XFWM4, and Unity theme from Trisquel.'
+url='http://trisquel.info'
arch=('any')
-license=('GPL')
-depends=('gdk-pixbuf2' 'gtk-engine-murrine' 'gtk-engine-unico')
-source=("http://archive.trisquel.info/trisquel/pool/main/t/trisquel-gtk-theme/trisquel-gtk-theme_${pkgver/_/-}.tar.gz")
-md5sums=('1342affa3a7342de76f04076eab2f4ea')
-
+license=('GPL3')
+optdepends=('gdk-pixbuf2: gtk2 theme support'
+ 'gtk-engine-murrine: gtk2 theme support'
+ 'gtk-engine-unico: gtk3 theme support')
+source=("http://archive.trisquel.info/trisquel/pool/main/t/${pkgname}/${pkgname}_${pkgver}.tar.gz")
+sha512sums=('0fc769380eba9f58603e5b3f13b5e6a62a570bb66e96ab614cb670fdb3d6c81974c9419c0c4a6f382425e42d61e7190938278f84552eaa52898029e31702be5c')
+
package() {
- install -d ${pkgdir}/usr/share/themes
- cp -a ./trisquel-gtk-theme/data/usr/share/themes/Trisquel ${pkgdir}/usr/share/themes/
+ cp -a ${srcdir}/${pkgname}/data/usr ${pkgdir}/
}