[arch-commits] Commit in fltk/trunk (PKGBUILD fltk-games.install fltk.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 16:37:58 UTC 2016


    Date: Wednesday, April 27, 2016 @ 18:37:58
  Author: fyan
Revision: 266261

upgpkg: fltk 1.3.3-6

Hooks rebuild (part 1)

Modified:
  fltk/trunk/PKGBUILD
Deleted:
  fltk/trunk/fltk-games.install
  fltk/trunk/fltk.install

--------------------+
 PKGBUILD           |    4 +---
 fltk-games.install |   11 -----------
 fltk.install       |   12 ------------
 3 files changed, 1 insertion(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 16:37:02 UTC (rev 266260)
+++ PKGBUILD	2016-04-27 16:37:58 UTC (rev 266261)
@@ -4,7 +4,7 @@
 pkgbase=fltk
 pkgname=('fltk' 'fltk-docs' 'fltk-games')
 pkgver=1.3.3
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('custom:LGPL')
 url="http://www.fltk.org/"
@@ -37,7 +37,6 @@
   depends=('libjpeg' 'libxft' 'libxinerama' 'hicolor-icon-theme'
            'desktop-file-utils' 'xdg-utils' 'libxcursor' 'glu')
   options=('!docs')
-  install=fltk.install
 
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
@@ -60,7 +59,6 @@
 package_fltk-games() {
   pkgdesc="Example games that accompany FLTK: blocks, checkers and sudoku"
   depends=('alsa-lib' 'fltk')
-  install=fltk-games.install
 
   cd $pkgbase-$pkgver/test
   make DESTDIR="$pkgdir" install-linux

Deleted: fltk-games.install
===================================================================
--- fltk-games.install	2016-04-27 16:37:02 UTC (rev 266260)
+++ fltk-games.install	2016-04-27 16:37:58 UTC (rev 266261)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Deleted: fltk.install
===================================================================
--- fltk.install	2016-04-27 16:37:02 UTC (rev 266260)
+++ fltk.install	2016-04-27 16:37:58 UTC (rev 266261)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}



More information about the arch-commits mailing list