ccsm: fix icon directory path issue.

This commit is contained in:
mike 2017-03-03 10:16:17 -08:00
parent 985b2c3db7
commit 638c2e4726
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- setup.py 2017-03-02 11:35:41.688884000 -0800
+++ setup.py 2017-03-02 11:36:07.745885086 -0800
@@ -103,7 +103,7 @@
if not prefix and "PREFIX" in os.environ:
prefix = os.environ["PREFIX"]
if not prefix or not len (prefix):
- prefix = "/usr/local"
+ prefix = "/usr"
if sys.argv[1] in ("install", "uninstall") and len (prefix):
sys.argv += ["--prefix", prefix]

View File

@ -1,11 +1,11 @@
# Template file for 'ccsm' of Compiz Reloaded
pkgname=ccsm
version=0.8.12.4
revision=1
revision=2
build_style=python2-module
hostmakedepends="automake intltool libtool pkg-config python"
makedepends="compiz-core-devel compizconfig-python python-cairo-devel"
makedepends="compiz-core-devel compizconfig-python python-cairo-devel pygtk-devel"
depends="compizconfig-python python-cairo"
short_desc="Compiz Configuration Seetings Manager for Compiz Reloaded"