summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD23
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7bf9f7c7771d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = trisquel-icon-theme
+ pkgdesc = Trisquel GNU/Linux icon theme, based on Gnome Brave icon theme
+ pkgver = 7.0_4
+ pkgrel = 1
+ url = http://trisquel.info
+ arch = any
+ license = GPL
+ depends = gnome-colors-icon-theme
+ source = http://archive.trisquel.info/trisquel/pool/main/t/trisquel-icon-theme/trisquel-icon-theme_7.0-4.tar.gz
+ md5sums = 743e6142f42022cdb81f9a62df7c46fc
+
+pkgname = trisquel-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f7d1ef7135eb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Sfincs <sfincs120 [at] gmail [dot] com>
+
+pkgname=trisquel-icon-theme
+pkgver=7.0_4
+pkgrel=1
+pkgdesc="Trisquel GNU/Linux icon theme, based on Gnome Brave icon theme"
+url="http://trisquel.info"
+arch=('any')
+license=('GPL')
+depends=(gnome-colors-icon-theme)
+optdepends=()
+makedepends=()
+backup=()
+install=''
+source=("http://archive.trisquel.info/trisquel/pool/main/t/trisquel-icon-theme/trisquel-icon-theme_${pkgver/_/-}.tar.gz")
+md5sums=('743e6142f42022cdb81f9a62df7c46fc')
+
+package() {
+
+ install -dm755 $pkgdir/usr/share/icons
+ cp -r $srcdir/trisquel-icon-theme/data/usr/share/icons/trisquel $pkgdir/usr/share/icons/
+
+}