Merge pull request #5882 from CoolOhm/compiz-updates
ccsm: fix icon directory path issue.
This commit is contained in:
commit
6208d51a58
|
@ -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]
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue