summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD22
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0d7e258a4c34
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = trisquel-icewm-theme
+ pkgdesc = This IceWM theme is inspired by the default theme of Trisquel GNU/Linux.
+ pkgver = 1.3
+ pkgrel = 1
+ url = https://www.box-look.org/p/1018259
+ arch = any
+ license = GPL3
+ depends = icewm
+ source = 164600-Trisquel_1.3.tar.gz::https://my.mixtape.moe/ybaecl.tar.gz
+ sha512sums = 29fa44e2e95c70ec7cd38c26f2dc9957dc14902a757e368a107e12d0c78cad6d9eaddb3cce62f751d0fc0fac85846bacb62e4885719ed9cc4906927b829a1bc1
+
+pkgname = trisquel-icewm-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ad7da8ca8580
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Mikuro Kagamine <mikurok@forgecrushing.com>
+
+pkgname=trisquel-icewm-theme
+pkgver=1.3
+pkgrel=1
+pkgdesc='This IceWM theme is inspired by the default theme of Trisquel GNU/Linux.'
+arch=('any')
+url='https://www.box-look.org/p/1018259'
+license=('GPL3')
+depends=('icewm')
+source=('164600-Trisquel_1.3.tar.gz::https://my.mixtape.moe/ybaecl.tar.gz')
+sha512sums=('29fa44e2e95c70ec7cd38c26f2dc9957dc14902a757e368a107e12d0c78cad6d9eaddb3cce62f751d0fc0fac85846bacb62e4885719ed9cc4906927b829a1bc1')
+
+prepare() {
+ echo Removing redundant GPL3 license file...
+ rm ${srcdir}/Trisquel/IceWM/Trisquel/COPYING
+}
+
+package() {
+ install -d ${pkgdir}/usr/share/icewm/themes
+ cp -a ${srcdir}/Trisquel/IceWM/Trisquel ${pkgdir}/usr/share/icewm/themes/
+}