summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2015-06-09 12:05:59 +0200
committerDaniel Milde2015-06-09 12:05:59 +0200
commite72a139aabca0f1232457089a6c71f1951cf1331 (patch)
tree2fd1e0f96ab87fa9080920dfdad25b3a9e3edd77
downloadaur-gdm-theme-brasillinux-eye.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD26
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4e06346547ae
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = gdm-theme-brasillinux-eye
+ pkgdesc = Brasillinux eye GDM theme
+ pkgver = 0.6.1
+ pkgrel = 2
+ url = http://gnome-look.org/content/show.php/Brasillinux+Eye?content=43700
+ arch = i686
+ arch = x86_64
+ license = custom
+ depends = gdm-old
+ source = https://launchpad.net/ubuntu/+source/gdm-themes/0.6.1/+build/758977/+files/gdm-themes_0.6.1_all.deb
+ md5sums = 7dd39b89b7ccab47d30b2f96ad71f94a
+
+pkgname = gdm-theme-brasillinux-eye
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..940ae4f4b73e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+# Contributor: Daniel Milde <daniel@milde.cz>
+
+pkgname=gdm-theme-brasillinux-eye
+pkgver=0.6.1
+_srcrel=758977
+pkgrel=2
+pkgdesc="Brasillinux eye GDM theme"
+arch=('i686' 'x86_64')
+url="http://gnome-look.org/content/show.php/Brasillinux+Eye?content=43700"
+license=('custom')
+depends=('gdm-old')
+source=(https://launchpad.net/ubuntu/+source/gdm-themes/${pkgver}/+build/${_srcrel}/+files/gdm-themes_${pkgver}_all.deb)
+md5sums=('7dd39b89b7ccab47d30b2f96ad71f94a')
+
+
+build() {
+ cd ${srcdir}
+ ar x gdm-themes_0.6.1_all.deb
+ tar xzf data.tar.gz
+
+ install -d ${pkgdir}/usr/share/gdm/themes/olho
+ install -D ${srcdir}/usr/share/gdm/themes/olho/GdmGreeterTheme.desktop ${pkgdir}/usr/share/gdm/themes/olho
+ install -D ${srcdir}/usr/share/gdm/themes/olho/olho.jpg ${pkgdir}/usr/share/gdm/themes/olho
+ install -D ${srcdir}/usr/share/gdm/themes/olho/olho.xml ${pkgdir}/usr/share/gdm/themes/olho
+ install -D ${srcdir}/usr/share/gdm/themes/olho/screenshot.png ${pkgdir}/usr/share/gdm/themes/olho
+}