summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/guile/.md5sum.x86_641
-rw-r--r--xorg/xorg-xbacklight/.md5sum.i6862
-rw-r--r--xorg/xorg-xbacklight/.md5sum.x86_642
-rw-r--r--xorg/xorg-xbacklight/Pkgfile6
-rw-r--r--xorg/xorg-xcompmgr/.md5sum.i6862
-rw-r--r--xorg/xorg-xcompmgr/.md5sum.x86_642
-rw-r--r--xorg/xorg-xcompmgr/Pkgfile7
7 files changed, 9 insertions, 13 deletions
diff --git a/extra/guile/.md5sum.x86_64 b/extra/guile/.md5sum.x86_64
index 991b8ceda..ba4cee167 100644
--- a/extra/guile/.md5sum.x86_64
+++ b/extra/guile/.md5sum.x86_64
@@ -1,2 +1 @@
4f91ca29077aca32e1e28f70220dfd9b guile-2.0.0.tar.gz
-b253a57be0a77c1cfac7e99b8443147c guile-gcc-4.5.0-doc-1.patch
diff --git a/xorg/xorg-xbacklight/.md5sum.i686 b/xorg/xorg-xbacklight/.md5sum.i686
index e8c6e6751..d82c8ad1c 100644
--- a/xorg/xorg-xbacklight/.md5sum.i686
+++ b/xorg/xorg-xbacklight/.md5sum.i686
@@ -1 +1 @@
-51b4a1c0ae2b3bd77417306fd78a3e94 xbacklight-1.1.tar.bz2
+c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
diff --git a/xorg/xorg-xbacklight/.md5sum.x86_64 b/xorg/xorg-xbacklight/.md5sum.x86_64
index e8c6e6751..d82c8ad1c 100644
--- a/xorg/xorg-xbacklight/.md5sum.x86_64
+++ b/xorg/xorg-xbacklight/.md5sum.x86_64
@@ -1 +1 @@
-51b4a1c0ae2b3bd77417306fd78a3e94 xbacklight-1.1.tar.bz2
+c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile
index 4fc4d4ba3..a008cf8dd 100644
--- a/xorg/xorg-xbacklight/Pkgfile
+++ b/xorg/xorg-xbacklight/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxrandr
name=xorg-xbacklight
-version=1.1
+version=1.1.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2)
build() {
cd xbacklight-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-xcompmgr/.md5sum.i686 b/xorg/xorg-xcompmgr/.md5sum.i686
index 65162884c..8b703f882 100644
--- a/xorg/xorg-xcompmgr/.md5sum.i686
+++ b/xorg/xorg-xcompmgr/.md5sum.i686
@@ -1 +1 @@
-3eb1c2b7a6ceaec4ee872cb06d202d91 xcompmgr-1.1.4.tar.bz2
+bf8faa8c540bfdcd0252801d8f16d868 xcompmgr-1.1.5.tar.bz2
diff --git a/xorg/xorg-xcompmgr/.md5sum.x86_64 b/xorg/xorg-xcompmgr/.md5sum.x86_64
index 65162884c..8b703f882 100644
--- a/xorg/xorg-xcompmgr/.md5sum.x86_64
+++ b/xorg/xorg-xcompmgr/.md5sum.x86_64
@@ -1 +1 @@
-3eb1c2b7a6ceaec4ee872cb06d202d91 xcompmgr-1.1.4.tar.bz2
+bf8faa8c540bfdcd0252801d8f16d868 xcompmgr-1.1.5.tar.bz2
diff --git a/xorg/xorg-xcompmgr/Pkgfile b/xorg/xorg-xcompmgr/Pkgfile
index 244881a6f..01435f652 100644
--- a/xorg/xorg-xcompmgr/Pkgfile
+++ b/xorg/xorg-xcompmgr/Pkgfile
@@ -6,14 +6,13 @@
# Run on: xorg-libxdamage,xorg-libxcomposite,xorg-libxrender
name=xorg-xcompmgr
-version=1.1.4
-release=2
+version=1.1.5
+release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2)
build() {
cd xcompmgr-$version
-
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}