summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorexecutter2017-02-04 11:42:13 +0100
committerexecutter2017-02-04 11:42:13 +0100
commit263be340d7b3363b24448284735a421f07b9f6c4 (patch)
tree3405aec6f775feaf8e1b2d16b3cede5d141a6c99
downloadaur-263be340d7b3363b24448284735a421f07b9f6c4.tar.gz
Initial release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e9dec45d9cb3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = mint-backgrounds-serena
+ pkgdesc = The backgrounds included in Linux Mint 18.1 Serena
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-serena
+ arch = any
+ license = Various
+ source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-serena/mint-backgrounds-serena_1.1.tar.gz
+ sha1sums = cc4855f7cadb73d3803feb49cb8541ae3e721d43
+
+pkgname = mint-backgrounds-serena
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4a259dcf09b0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=mint-backgrounds-serena
+pkgver=1.1
+pkgrel=1
+pkgdesc="The backgrounds included in Linux Mint 18.1 Serena"
+license=('Various')
+arch=('any')
+url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-serena"
+source=("$url/mint-backgrounds-serena_$pkgver.tar.gz")
+sha1sums=('cc4855f7cadb73d3803feb49cb8541ae3e721d43')
+package() {
+ mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-serena
+ cp -a $srcdir/$pkgname/backgrounds/linuxmint-serena $pkgdir/usr/share/backgrounds/
+ mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
+ cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
+ cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
+}