diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/cmake/.footprint | 9 | ||||
-rwxr-xr-x | extra/cmake/Pkgfile | 3 |
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 |