summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2016-10-24 17:41:59 +0200
committerChristian Hesse2016-10-24 17:41:59 +0200
commit49e52eb3b19d14e44b7db3e427fe8ae43b801ae2 (patch)
tree24df57cdadf75d38bbd1a70cc4386b7938bece42
parent1b004e6844bfa03403879d8de1945099200375a0 (diff)
downloadaur-49e52eb3b19d14e44b7db3e427fe8ae43b801ae2.tar.gz
commit gnome-colors-icon-theme 1:0.r217.g8689d1d-1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD21
2 files changed, 25 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b771c0da1d24..c516a4f3ce58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,17 @@
+# Generated by mksrcinfo v8
+# Mon Oct 24 15:41:59 UTC 2016
pkgbase = gnome-colors-icon-theme
pkgdesc = GNOME-Colors icon theme
- pkgver = 5.5.1
- pkgrel = 3
- url = http://gnome-colors.googlecode.com
+ pkgver = 0.r217.g8689d1d
+ pkgrel = 1
+ epoch = 1
+ url = https://github.com/gnome-colors/gnome-colors
arch = any
license = GPL2
- source = http://gnome-colors.googlecode.com/files/gnome-colors-5.5.1.tar.gz
- md5sums = 8ec81b556bac351817bd56a1701dbbfb
+ makedepends = git
+ makedepends = inkscape
+ source = git://github.com/gnome-colors/gnome-colors.git#commit=8689d1d
+ sha256sums = SKIP
pkgname = gnome-colors-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index d4e73def85ce..2fc1e7d7b372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,26 @@
# Contributor: Marius <marius at matamare dot ro>
pkgname=gnome-colors-icon-theme
-pkgver=5.5.1
-pkgrel=3
+epoch=1
+pkgver=0.r217.g8689d1d
+_commit=8689d1d
+pkgrel=1
pkgdesc='GNOME-Colors icon theme'
arch=('any')
-url='http://gnome-colors.googlecode.com'
+url='https://github.com/gnome-colors/gnome-colors'
license=('GPL2')
-source=(http://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz)
-md5sums=('8ec81b556bac351817bd56a1701dbbfb')
+makedepends=('git' 'inkscape')
+source=("git://github.com/gnome-colors/gnome-colors.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+ cd "${srcdir}/gnome-colors/gnome-colors/"
+
+ make
+}
package() {
- cd "${srcdir}"
+ cd "${srcdir}/gnome-colors/gnome-colors/"
make DESTDIR="${pkgdir}"/ install
}