summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:18:20 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:18:20 +0100
commit4f5399ebadf6cb48b78a079d937bef14281e9e0c (patch)
tree4d662ca0d384ddf9043dfddf2dd9e471c8601a3d /xorg
parentdfd685e9140e6691bdd3afc3f8f98d2db0d8c924 (diff)
downloadnutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.gz
nutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.bz2
nutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.xz
nutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.zip
xorg, ports adaptés
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-libxdamage/Pkgfile6
-rw-r--r--xorg/xorg-libxevie/Pkgfile4
-rw-r--r--xorg/xorg-libxft/Pkgfile4
-rw-r--r--xorg/xorg-libxi/Pkgfile4
-rw-r--r--xorg/xorg-libxkbui/Pkgfile7
-rw-r--r--xorg/xorg-libxmu/Pkgfile4
-rw-r--r--xorg/xorg-libxp/Pkgfile10
-rw-r--r--xorg/xorg-libxpm/Pkgfile4
-rw-r--r--xorg/xorg-libxscrnsaver/Pkgfile4
-rw-r--r--xorg/xorg-libxtrap/Pkgfile7
-rw-r--r--xorg/xorg-libxv/Pkgfile2
-rw-r--r--xorg/xorg-libxxf86dga/Pkgfile2
-rw-r--r--xorg/xorg-libxxf86misc/Pkgfile2
-rw-r--r--xorg/xorg-libxxf86vm/Pkgfile2
-rw-r--r--xorg/xorg-xkbcomp/Pkgfile2
15 files changed, 23 insertions, 41 deletions
diff --git a/xorg/xorg-libxdamage/Pkgfile b/xorg/xorg-libxdamage/Pkgfile
index 47f80a73f..8f599710d 100644
--- a/xorg/xorg-libxdamage/Pkgfile
+++ b/xorg/xorg-libxdamage/Pkgfile
@@ -1,6 +1,6 @@
# Description: X Damage extension client library
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes, xorg-xextproto, xorg-damageproto
# Run on: xorg-libx11,xorg-libxfixes
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.
build() {
cd libXdamage-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxevie/Pkgfile b/xorg/xorg-libxevie/Pkgfile
index c8fe7aba5..77da4a91d 100644
--- a/xorg/xorg-libxevie/Pkgfile
+++ b/xorg/xorg-libxevie/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXevie-$version.ta
build() {
cd libXevie-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxft/Pkgfile b/xorg/xorg-libxft/Pkgfile
index 4ef75243a..82215d061 100644
--- a/xorg/xorg-libxft/Pkgfile
+++ b/xorg/xorg-libxft/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXft-$version.tar.
build() {
cd libXft-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxi/Pkgfile b/xorg/xorg-libxi/Pkgfile
index 6ac862aee..d48b59c24 100644
--- a/xorg/xorg-libxi/Pkgfile
+++ b/xorg/xorg-libxi/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.b
build() {
cd libXi-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
diff --git a/xorg/xorg-libxkbui/Pkgfile b/xorg/xorg-libxkbui/Pkgfile
index 19d633ce2..0a46835de 100644
--- a/xorg/xorg-libxkbui/Pkgfile
+++ b/xorg/xorg-libxkbui/Pkgfile
@@ -1,6 +1,7 @@
# Description: xorg lib libxkbui
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-libxt, xorg-libxkbfile
# Run on: xorg-libx11,xorg-libxt,xorg-libxkbfile
@@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbui-$version.ta
build() {
cd libxkbui-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxmu/Pkgfile b/xorg/xorg-libxmu/Pkgfile
index 18ccac7a9..55783d500 100644
--- a/xorg/xorg-libxmu/Pkgfile
+++ b/xorg/xorg-libxmu/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXmu-$version.tar.
build() {
cd libXmu-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
diff --git a/xorg/xorg-libxp/Pkgfile b/xorg/xorg-libxp/Pkgfile
index 10a4d0a6b..9aa2f7489 100644
--- a/xorg/xorg-libxp/Pkgfile
+++ b/xorg/xorg-libxp/Pkgfile
@@ -12,11 +12,9 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.b
build() {
- # build package
- cd libXp-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man
- make
- make DESTDIR=$PKG install
+ cd libXp-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxpm/Pkgfile b/xorg/xorg-libxpm/Pkgfile
index c4e86a494..814eb93f9 100644
--- a/xorg/xorg-libxpm/Pkgfile
+++ b/xorg/xorg-libxpm/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.
build() {
cd libXpm-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxscrnsaver/Pkgfile b/xorg/xorg-libxscrnsaver/Pkgfile
index 804ded560..d31a8d816 100644
--- a/xorg/xorg-libxscrnsaver/Pkgfile
+++ b/xorg/xorg-libxscrnsaver/Pkgfile
@@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-$versi
build() {
cd libXScrnSaver-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxtrap/Pkgfile b/xorg/xorg-libxtrap/Pkgfile
index 540aca487..bf83cb65b 100644
--- a/xorg/xorg-libxtrap/Pkgfile
+++ b/xorg/xorg-libxtrap/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Trap extension client library
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-libxt, xorg-trapproto, xorg-xextproto, xorg-libxext
# Run on: xorg-libx11,xorg-libxt,xorg-trapproto,xorg-xextproto,xorg-libxext
@@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXTrap-$version.ta
build() {
cd libXTrap-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-libxv/Pkgfile b/xorg/xorg-libxv/Pkgfile
index 45b30681a..e0d92be07 100644
--- a/xorg/xorg-libxv/Pkgfile
+++ b/xorg/xorg-libxv/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-$version.tar.b
build() {
cd libXv-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
diff --git a/xorg/xorg-libxxf86dga/Pkgfile b/xorg/xorg-libxxf86dga/Pkgfile
index 380c0b0c1..9b131960e 100644
--- a/xorg/xorg-libxxf86dga/Pkgfile
+++ b/xorg/xorg-libxxf86dga/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version
build() {
cd libXxf86dga-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
diff --git a/xorg/xorg-libxxf86misc/Pkgfile b/xorg/xorg-libxxf86misc/Pkgfile
index 51311ae00..482491566 100644
--- a/xorg/xorg-libxxf86misc/Pkgfile
+++ b/xorg/xorg-libxxf86misc/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86misc-$versio
build() {
cd libXxf86misc-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
diff --git a/xorg/xorg-libxxf86vm/Pkgfile b/xorg/xorg-libxxf86vm/Pkgfile
index e0b235b3e..883701ce1 100644
--- a/xorg/xorg-libxxf86vm/Pkgfile
+++ b/xorg/xorg-libxxf86vm/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86vm-$version.
build() {
cd libXxf86vm-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile
index 418c75a5d..a3a0c7085 100644
--- a/xorg/xorg-xkbcomp/Pkgfile
+++ b/xorg/xorg-xkbcomp/Pkgfile
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar
build() {
cd xkbcomp-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install