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

Felix Yan fyan at archlinux.org
Wed Apr 27 15:25:01 UTC 2016


    Date: Wednesday, April 27, 2016 @ 17:24:59
  Author: fyan
Revision: 266241

upgpkg: cmake 3.5.2-2

Hooks rebuild (part 1)

Modified:
  cmake/trunk/PKGBUILD
Deleted:
  cmake/trunk/cmake.install

---------------+
 PKGBUILD      |    3 +--
 cmake.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 15:22:44 UTC (rev 266240)
+++ PKGBUILD	2016-04-27 15:24:59 UTC (rev 266241)
@@ -5,7 +5,7 @@
 
 pkgname=cmake
 pkgver=3.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/"
@@ -14,7 +14,6 @@
 makedepends=('qt5-base' 'python-sphinx' 'emacs')
 optdepends=('qt5-base: cmake-gui'
             'libxkbcommon-x11: cmake-gui')
-install="${pkgname}.install"
 source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('701386a1b5ec95f8d1075ecf96383e02')
 

Deleted: cmake.install
===================================================================
--- cmake.install	2016-04-27 15:22:44 UTC (rev 266240)
+++ cmake.install	2016-04-27 15:24:59 UTC (rev 266241)
@@ -1,12 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-    [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list