summaryrefslogtreecommitdiffstats
path: root/compiz-fusion/compizconfig-python
diff options
context:
space:
mode:
authorLalo Martins2007-09-30 09:54:54 +0800
committerLalo Martins2007-09-30 09:54:54 +0800
commit1754b8597589be3b87526e5eac4dc24e8ef638c0 (patch)
treec60e7b12d4e48cc9ffa997a12a6789ea9f6708fb /compiz-fusion/compizconfig-python
parentebc04a7dd94199e7d919c66d5b0d1c5d50452970 (diff)
compizconfig-python spell
Diffstat (limited to 'compiz-fusion/compizconfig-python')
-rwxr-xr-xcompiz-fusion/compizconfig-python/DEPENDS3
-rwxr-xr-xcompiz-fusion/compizconfig-python/DETAILS28
-rw-r--r--compiz-fusion/compizconfig-python/HISTORY13
3 files changed, 44 insertions, 0 deletions
diff --git a/compiz-fusion/compizconfig-python/DEPENDS b/compiz-fusion/compizconfig-python/DEPENDS
new file mode 100755
index 0000000000..e7eebee096
--- /dev/null
+++ b/compiz-fusion/compizconfig-python/DEPENDS
@@ -0,0 +1,3 @@
+depends libcompizconfig &&
+depends pyrex
+
diff --git a/compiz-fusion/compizconfig-python/DETAILS b/compiz-fusion/compizconfig-python/DETAILS
new file mode 100755
index 0000000000..90ac87dfe8
--- /dev/null
+++ b/compiz-fusion/compizconfig-python/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=compizconfig-python
+if [ "$COMPIZCONFIG_PYTHON_TRUNK" == "y" ]; then
+ if [ "$COMPIZCONFIG_PYTHON_TRUNK_AUTOUPDATE" = "y" ]; then
+ VERSION=0.5.2
+ else
+ VERSION=0.5.2
+ fi
+ SOURCE_URL[0]=git://anongit.compiz-fusion.org/fusion/compizconfig/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.5.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
+ SOURCE_HASH=sha512:d53d265a062fefd456d365e526d8319033abc18a2053d6405b2e793e18cd04c94bb5d9c3b2c20f3e41f2ebdb6a220c757edc4139ee1979097503947b78dd2623
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ WEB_SITE=http://www.compiz-fusion.org/
+ ENTERED=20060724
+ PATCHLEVEL=1
+ LICENSE[0]=GPL
+ SHORT="Compiz configuration system -- python bindings"
+cat << EOF
+Python bindings for libcompizconfig
+EOF
diff --git a/compiz-fusion/compizconfig-python/HISTORY b/compiz-fusion/compizconfig-python/HISTORY
new file mode 100644
index 0000000000..baac7272fc
--- /dev/null
+++ b/compiz-fusion/compizconfig-python/HISTORY
@@ -0,0 +1,13 @@
+2007-09-30 Lalo Martins <lalo@sourcemage.org>
+ * DETAILS: update to 0.5.2, changes per beryl->compiz-fusion
+ (replacing the old beryl-settings-bindings spell)
+ * PREPARE, DEPENDS: fixing dependencies for beryl->compiz-fusion
+
+2007-05-28 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DEPENDS: added pyrex
+
+2007-03-14 Lalo Martins <lalo@sourcemage.org>
+ * DETAILS: update to 0.2
+
+2007-03-14 Bearcat M. Sandor <sorcerer@feline-soul.net>
+ * DETAILS, DEPENDS, HISTORY: created spell