diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 03:41:59 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 04:08:36 -0300 |
commit | 56d8796b94b561b2c582be3b1c79e172b4c131c0 (patch) | |
tree | dbe5a63c3674a11da9a7603e9f13eb5040966fd8 /nonprism | |
parent | 773bebbb7cd7c39f9616ed9f3cae5e639a58e386 (diff) | |
download | abslibre-56d8796b94b561b2c582be3b1c79e172b4c131c0.tar.gz abslibre-56d8796b94b561b2c582be3b1c79e172b4c131c0.tar.bz2 abslibre-56d8796b94b561b2c582be3b1c79e172b4c131c0.zip |
nonprism/shotwell: remove install file
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/shotwell/PKGBUILD | 5 | ||||
-rw-r--r-- | nonprism/shotwell/shotwell.install | 17 |
2 files changed, 2 insertions, 20 deletions
diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD index dc0cf8198..7c27ffcf5 100644 --- a/nonprism/shotwell/PKGBUILD +++ b/nonprism/shotwell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 172059 2016-04-27 15:32:43Z spupykin $ +# $Id: PKGBUILD 172329 2016-04-27 23:15:10Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Joeny Ang <ang(dot)joeny(at)gmail(dot)com> @@ -9,7 +9,7 @@ pkgname=shotwell epoch=1 pkgver=0.23.0 _basever=$(echo $pkgver | cut -f1-2 -d.) -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment, without support for unsafe and dangerous for privacy protocols" arch=('i686' 'x86_64' 'armv7h') url="http://yorba.org/shotwell/" @@ -20,7 +20,6 @@ depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib' 'gst-plugins-base' 'libgphoto2' 'libgudev') makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils') -install=shotwell.install source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz" "webkit2.patch" 'nonprism.patch') diff --git a/nonprism/shotwell/shotwell.install b/nonprism/shotwell/shotwell.install deleted file mode 100644 index bab8ecd29..000000000 --- a/nonprism/shotwell/shotwell.install +++ /dev/null @@ -1,17 +0,0 @@ -pkgname=shotwell - -post_install() { - gtk-update-icon-cache -fq -t usr/share/icons/hicolor - update-desktop-database -q - glib-compile-schemas usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q - gtk-update-icon-cache -fq -t usr/share/icons/hicolor - glib-compile-schemas usr/share/glib-2.0/schemas -} |