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

Antonio Rojas arojas at archlinux.org
Thu Aug 4 19:16:36 UTC 2016


    Date: Thursday, August 4, 2016 @ 19:16:36
  Author: arojas
Revision: 185087

GLEW 2.0 rebuild

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

-----------------+
 PKGBUILD        |    3 +--
 blender.install |   13 -------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-04 19:15:21 UTC (rev 185086)
+++ PKGBUILD	2016-08-04 19:16:36 UTC (rev 185087)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.77.a
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -32,7 +32,6 @@
 makedepends_x86_64=('cuda')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
-install=blender.install
 source=("git://git.blender.org/blender-addons.git"
         "git://git.blender.org/blender-addons-contrib.git"
         "git://git.blender.org/blender-translations.git"

Deleted: blender.install
===================================================================
--- blender.install	2016-08-04 19:15:21 UTC (rev 185086)
+++ blender.install	2016-08-04 19:16:36 UTC (rev 185087)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list