summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-03-18 11:11:18 +0100
committerBilal Elmoussaoui2017-03-18 11:11:18 +0100
commitf7aca9dbf54a7297c09c83af595cecd7302f82bb (patch)
tree9592e43c4df69f4b18938d8bc60cf597a084c6b9
parentd97bff8a11dad8b1a6721023db0e8a34e0a13456 (diff)
downloadaur-f7aca9dbf54a7297c09c83af595cecd7302f82bb.tar.gz
push new release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
-rw-r--r--icon-requests.install13
3 files changed, 8 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b3d0f214939..2e060da3d0d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = icon-requests
pkgdesc = A Gtk application to report missing icons to your theme repository
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/bil-elmoussaoui/Icon-Requests
- install = icon-requests.install
arch = i686
arch = x86_64
license = GPL3
@@ -13,7 +12,6 @@ pkgbase = icon-requests
makedepends = intltool
makedepends = itstool
makedepends = python
- makedepends = yelp-tools
depends = desktop-file-utils
depends = gobject-introspection
depends = gtk3
@@ -22,10 +20,10 @@ pkgbase = icon-requests
depends = python-cairosvg
depends = python-requests
depends = python-xdg
- provides = icon-requests=0.1.1
+ provides = icon-requests=0.1.2
options = !emptydirs
- source = https://github.com/bil-elmoussaoui/Icon-Requests/archive/v0.1.1.tar.gz
- sha256sums = 1a15eac922c3dc2f2a36f877b35cc7dd4b503c749b26ca1f254b85986a4323cb
+ source = https://github.com/bil-elmoussaoui/Icon-Requests/archive/v0.1.2.tar.gz
+ sha256sums = 47c0bc5b452cc5ce4f64013d892191f80075e06c75f88dc65b0741262aa6018f
pkgname = icon-requests
diff --git a/PKGBUILD b/PKGBUILD
index 40455c355a2e..db3f1214c258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
pkgname=icon-requests
_gitname=Icon-Requests
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc='A Gtk application to report missing icons to your theme repository'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/bil-elmoussaoui/${_gitname}"
depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-pillow' 'python-gobject' 'python-cairosvg' 'python-requests' 'python-xdg')
-makedepends=('gnome-common' 'meson' 'ninja' 'intltool' 'itstool' 'python' 'yelp-tools')
+makedepends=('gnome-common' 'meson' 'ninja' 'intltool' 'itstool' 'python')
options=('!emptydirs')
-install=icon-requests.install
source=("https://github.com/bil-elmoussaoui/${_gitname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1a15eac922c3dc2f2a36f877b35cc7dd4b503c749b26ca1f254b85986a4323cb')
+sha256sums=('47c0bc5b452cc5ce4f64013d892191f80075e06c75f88dc65b0741262aa6018f')
provides=("icon-requests=$pkgver")
prepare(){
@@ -24,7 +23,7 @@ prepare(){
build() {
cd "$srcdir/${_gitname}-${pkgver}/build"
- meson --prefix=/usr ..
+ meson --prefix=/usr -Dpost_install=false ..
ninja -j1
}
diff --git a/icon-requests.install b/icon-requests.install
deleted file mode 100644
index ffc8ad906888..000000000000
--- a/icon-requests.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-} \ No newline at end of file