diff options
-rw-r--r-- | xorg/xorg-xcompmgr/.md5sum.i686 | 2 | ||||
-rw-r--r-- | xorg/xorg-xcompmgr/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | xorg/xorg-xcompmgr/Pkgfile | 7 |
3 files changed, 5 insertions, 6 deletions
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 } |