summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-04 22:01:35 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-04 22:01:35 +0100
commita5b2a732d84b8c911f2fe06ec098a4c9fb97b64f (patch)
tree615631a0bb215392f25d4a15fe462a17c1b1e7ae /extra
parentd327596fc94a5a8e324bb4061b23cba8ee8781bd (diff)
parentc5e20ca323201aa549f1c7de53680a8e7c0f2a2a (diff)
downloadnutyx-extra-a5b2a732d84b8c911f2fe06ec098a4c9fb97b64f.tar.gz
nutyx-extra-a5b2a732d84b8c911f2fe06ec098a4c9fb97b64f.tar.bz2
nutyx-extra-a5b2a732d84b8c911f2fe06ec098a4c9fb97b64f.tar.xz
nutyx-extra-a5b2a732d84b8c911f2fe06ec098a4c9fb97b64f.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra')
-rw-r--r--extra/cmake/.footprint9
-rwxr-xr-xextra/cmake/Pkgfile3
2 files changed, 1 insertions, 11 deletions
diff --git a/extra/cmake/.footprint b/extra/cmake/.footprint
index 4a467d0ca..ee75c3b89 100644
--- a/extra/cmake/.footprint
+++ b/extra/cmake/.footprint
@@ -2,12 +2,9 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ccmake
-rwxr-xr-x root/root usr/bin/cmake
--rwxr-xr-x root/root usr/bin/cmake-gui
-rwxr-xr-x root/root usr/bin/cpack
-rwxr-xr-x root/root usr/bin/ctest
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/CMake.desktop
drwxr-xr-x root/root usr/share/cmake-2.8/
drwxr-xr-x root/root usr/share/cmake-2.8/Modules/
-rw-r--r-- root/root usr/share/cmake-2.8/Modules/.NoDartCoverage
@@ -540,17 +537,11 @@ drwxr-xr-x root/root usr/share/cmake-2.8/Templates/
-rw-r--r-- root/root usr/share/cmake-2.8/Templates/staticLibHeader.dsptemplate
drwxr-xr-x root/root usr/share/cmake-2.8/include/
-rw-r--r-- root/root usr/share/cmake-2.8/include/cmCPluginAPI.h
-drwxr-xr-x root/root usr/share/mime/
-drwxr-xr-x root/root usr/share/mime/packages/
--rw-r--r-- root/root usr/share/mime/packages/cmakecache.xml
-drwxr-xr-x root/root usr/share/pixmaps/
--rw-r--r-- root/root usr/share/pixmaps/CMakeSetup32.png
drwxr-xr-x root/root usr/usr/
drwxr-xr-x root/root usr/usr/share/
drwxr-xr-x root/root usr/usr/share/man/
drwxr-xr-x root/root usr/usr/share/man/man1/
-rw-r--r-- root/root usr/usr/share/man/man1/ccmake.1.gz
--rw-r--r-- root/root usr/usr/share/man/man1/cmake-gui.1.gz
-rw-r--r-- root/root usr/usr/share/man/man1/cmake.1.gz
-rw-r--r-- root/root usr/usr/share/man/man1/cmakecommands.1.gz
-rw-r--r-- root/root usr/usr/share/man/man1/cmakecompat.1.gz
diff --git a/extra/cmake/Pkgfile b/extra/cmake/Pkgfile
index d3678809b..3c5b72513 100755
--- a/extra/cmake/Pkgfile
+++ b/extra/cmake/Pkgfile
@@ -6,7 +6,7 @@
name=cmake
version=2.8.3
-release=1
+release=2
source=(http://www.cmake.org/files/v2.8/$name-$version.tar.gz)
build() {
@@ -14,7 +14,6 @@ build() {
./bootstrap --prefix=/usr \
--mandir=/usr/share/man \
--system-libs \
- --qt-gui \
--parallel=2
make
make DESTDIR=$PKG install