[arch-commits] Commit in gucharmap/trunk (PKGBUILD gucharmap.install)
Jan Steffens
heftig at archlinux.org
Mon May 9 20:47:00 UTC 2016
Date: Monday, May 9, 2016 @ 22:46:59
Author: heftig
Revision: 267286
8.0.1-1
Modified:
gucharmap/trunk/PKGBUILD
Deleted:
gucharmap/trunk/gucharmap.install
-------------------+
PKGBUILD | 13 ++++++-------
gucharmap.install | 17 -----------------
2 files changed, 6 insertions(+), 24 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-09 20:41:25 UTC (rev 267285)
+++ PKGBUILD 2016-05-09 20:46:59 UTC (rev 267286)
@@ -3,20 +3,19 @@
# Contributor: Jan De Groot <jgc at archlinux.org>
pkgname=gucharmap
-pkgver=8.0.0
+pkgver=8.0.1
pkgrel=1
pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap"
arch=(i686 x86_64)
license=(GPL)
-url="http://www.gnome.org"
-depends=(dconf gtk3 hicolor-icon-theme)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl desktop-file-utils python2
- appdata-tools unicode-character-database unzip)
+depends=(dconf gtk3)
+makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
+ python2 appdata-tools unicode-character-database unzip)
options=(!emptydirs)
groups=(gnome)
-install=gucharmap.install
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5eebbcd12f1257f92de77eb5c8ba4cba01e9024a0a7c907da393244e8a3ad3c6')
+sha256sums=('0a2afdc2ddcc0c3654b9b4ec46c5598195d046ba348c74dc225f92feff7ff640')
build() {
cd $pkgname-$pkgver
Deleted: gucharmap.install
===================================================================
--- gucharmap.install 2016-05-09 20:41:25 UTC (rev 267285)
+++ gucharmap.install 2016-05-09 20:46:59 UTC (rev 267286)
@@ -1,17 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
- return 0
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list