summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormijikai2013-11-01 06:37:56 -0700
committermijikai2013-11-01 06:37:56 -0700
commit94305ec380110d9ac6d0497fca25061cc962ace9 (patch)
tree0b3ed0f4e24fb06e5d79be00e8b27b009b818261
downloadaur-94305ec380110d9ac6d0497fca25061cc962ace9.tar.gz
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..60c18f876bce
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = lubuntu-artwork
+ pkgdesc = artwork of Lubuntu
+ pkgver = 0.38.1
+ pkgrel = 1
+ url = http://wiki.ubuntu.com/Lubuntu/Artwork
+ arch = any
+ license = GPL
+ optdepends = gtk-engine-murrine: gtk2 theme support
+ optdepends = elementary-icons: icons support
+ optdepends = gtk-engine-unico: gtk3 theme support
+ source = http://archive.ubuntu.com/ubuntu/pool/universe/l/lubuntu-artwork/lubuntu-artwork_0.38.1.tar.gz
+ md5sums = 912a533c5840019edd9fa33db9e75512
+
+pkgname = lubuntu-artwork
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..89513f10d803
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: 謝致邦<Yeking@Red54.com>
+
+pkgname=lubuntu-artwork
+pkgver=0.38.1
+pkgrel=1
+pkgdesc='artwork of Lubuntu'
+arch=('any')
+url='http://wiki.ubuntu.com/Lubuntu/Artwork'
+license=('GPL')
+optdepends=('gtk-engine-murrine: gtk2 theme support'
+'elementary-icons: icons support'
+'gtk-engine-unico: gtk3 theme support')
+source=("http://archive.ubuntu.com/ubuntu/pool/universe/l/lubuntu-artwork/lubuntu-artwork_$pkgver.tar.gz")
+md5sums=('912a533c5840019edd9fa33db9e75512')
+
+package(){
+ cp -r $srcdir/lubuntu-artwork-$pkgver/usr $pkgdir
+}