


Full Icon Themes by emanueleeeee 33 comments
http://mib.pianetalinux.org/MIB/2010.2/others/projects/old/MIB-Ossigeno-Ultimate/Tarball/ - Aug 02 2014

Full Icon Themes by Crusader 9 comments

System Software by max63 12 comments
CMake Error: The source directory "/tmp/yaourt-tmp-fabrice/aur-kpar2kde4/src" does not appear to contain CMakeLists.txt.
I think it's du to the subfolder "kpar2-0.4.5" in package.
Or somethgin in PKGBUILD ? :
Quote:
pkgname=kpar2kde4
pkgver=0.4.5
pkgrel=2
pkgdesc="PAR2 verification and repair program for KDE4"
arch=('x86_64')
url="http://code.google.com/p/kpar2kde4/"
license=('GPL3')
depends=('kdebase-runtime' 'libpar2' 'libsigc++2.0')
makedepends=('cmake' 'automoc4')
source=("http://kpar2kde4.googlecode.com/files/kpar2-${pkgver}.tar.gz")
md5sums=('edfa8ebb8da3a9388f6f8fb9a17135d5')
build() {
cd ${srcdir}
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install
}
- May 06 2011