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

Alexander Rødseth arodseth at archlinux.org
Sun May 1 11:16:18 UTC 2016


    Date: Sunday, May 1, 2016 @ 13:16:18
  Author: arodseth
Revision: 173253

upgpkg: compton 0.1_beta2.5-3

Modified:
  compton/trunk/PKGBUILD
  compton/trunk/compton.install

-----------------+
 PKGBUILD        |    6 +++---
 compton.install |   10 ----------
 2 files changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 11:14:57 UTC (rev 173252)
+++ PKGBUILD	2016-05-01 11:16:18 UTC (rev 173253)
@@ -6,8 +6,8 @@
 
 pkgname=compton
 pkgver=0.1_beta2.5
-pkgrel=2
-pkgdesc='Superb X compositor that may fix tearing issues'
+pkgrel=3
+pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64' 'i686')
 url='https://github.com/chjj/compton'
 license=('MIT')
@@ -29,7 +29,7 @@
 
   setconf "$pkgname.desktop" Exec 'compton --xrender-sync-fence'
   setconf "$pkgname.desktop" TryExec 'compton --xrender-sync-fence'
-  setconf "$pkgname.desktop" Comment 'An X compositor'
+  setconf "$pkgname.desktop" Comment 'Compositor for X11'
 }
 
 build() {

Modified: compton.install
===================================================================
--- compton.install	2016-05-01 11:14:57 UTC (rev 173252)
+++ compton.install	2016-05-01 11:16:18 UTC (rev 173253)
@@ -1,15 +1,5 @@
-post_upgrade() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
 post_install() {
   echo 'Configure /etc/xdg/compton.conf as you please.'
-  post_upgrade
 }
 
-post_remove() {
-  post_upgrade
-}
-
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list