summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2015-11-10 14:57:56 +0330
committerMohammadreza Abdollahzadeh2015-11-10 14:57:56 +0330
commit95c1a1c8d75b396aac3069267c1974c20d7ab1b1 (patch)
treee740e6bfe3b75c4f2daca1a53b187a20e1ad0639
downloadaur-95c1a1c8d75b396aac3069267c1974c20d7ab1b1.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d64fe0592a40
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = trisquel-wallpapers
+ pkgdesc = Trisquel GNU/Linux Wallpapers, the default Wallpapers for Trisquel.
+ pkgver = 7.0_1
+ pkgrel = 1
+ url = http://trisquel.info
+ arch = any
+ license = GPL
+ source = http://archive.trisquel.info/trisquel/pool/main/t/trisquel-wallpapers/trisquel-wallpapers_7.0-1.tar.gz
+ md5sums = a4454ea0eb82977dd239468af80c5300
+
+pkgname = trisquel-wallpapers
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c9d34c6f5163
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Mohammadreza Abdollahzadeh <morealaz@gmail.com>
+
+pkgname=trisquel-wallpapers
+pkgver=7.0_1
+pkgrel=1
+pkgdesc="Trisquel GNU/Linux Wallpapers, the default Wallpapers for Trisquel."
+url="http://trisquel.info"
+arch=('any')
+license=('GPL')
+depends=()
+optdepends=()
+makedepends=()
+backup=()
+install=''
+source=("http://archive.trisquel.info/trisquel/pool/main/t/trisquel-wallpapers/trisquel-wallpapers_${pkgver/_/-}.tar.gz")
+md5sums=('a4454ea0eb82977dd239468af80c5300')
+
+package() {
+ install -dm755 ${pkgdir}/usr/share/backgrounds/Trisquel
+ cp ${srcdir}/trisquel-wallpapers/data/usr/share/backgrounds/* ${pkgdir}/usr/share/backgrounds/Trisquel/
+}