[arch-commits] Commit in nemiver/trunk (PKGBUILD nemiver.install)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue Apr 30 07:55:43 UTC 2013
Date: Tuesday, April 30, 2013 @ 09:55:43
Author: arodseth
Revision: 89585
Enabling schemas
Added:
nemiver/trunk/nemiver.install
Modified:
nemiver/trunk/PKGBUILD
-----------------+
PKGBUILD | 5 +++--
nemiver.install | 14 ++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-30 07:06:56 UTC (rev 89584)
+++ PKGBUILD 2013-04-30 07:55:43 UTC (rev 89585)
@@ -4,11 +4,12 @@
pkgname=nemiver
pkgver=0.9.4
-pkgrel=2
+pkgrel=3
pkgdesc='C/C++ debugger for GNOME'
arch=('x86_64' 'i686')
license=('GPL')
url='http://www.gnome.org/projects/nemiver/'
+install="$pkgname.install"
depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
makedepends=('boost' 'intltool' 'itstool')
source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
@@ -27,8 +28,8 @@
--disable-scrollkeeper \
--enable-symsvis=yes \
--enable-memoryview=yes \
- --disable-schemas-compile \
--enable-gsettings=yes
+# --disable-schemas-compile \
make
}
Added: nemiver.install
===================================================================
--- nemiver.install (rev 0)
+++ nemiver.install 2013-04-30 07:55:43 UTC (rev 89585)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list