diff --git a/support-pkg-kwebkitpart/PKGBUILD b/support-pkg-kwebkitpart/PKGBUILD deleted file mode 100644 index 013e57f51..000000000 --- a/support-pkg-kwebkitpart/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# -# KDE SC Packages for Chakra, part of chakra-project.org -# -# maintainer (i686): Phil Miller -# maintainer (x86_64): Manuel Tortosa - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - -pkgname=kwebkitpart -pkgver=1.2 -pkgrel=1 -pkgdesc="A web browser component for KDE" -url="http://opendesktop.org/content/show.php?content=127960" -arch=('i686' 'x86_64') -license=('GPL') -depends=('kde-runtime') -makedepends=('cmake' 'automoc4') -conflicts=('kwebkitpart-svn') -install=${pkgname}.install -source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=d2aba2aa0664fde17f29d526226576aa6b956ee1&fmt=tbz2") -md5sums=('ed249c5b36706eb05edcaf660932c92c') - -build() { - cd ${srcdir} - mkdir build - cd build - cmake ../${pkgname} \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd ${srcdir}/build - make DESTDIR=${pkgdir} install -} \ No newline at end of file diff --git a/support-pkg-kwebkitpart/kwebkitpart.install b/support-pkg-kwebkitpart/kwebkitpart.install deleted file mode 100644 index e70c054ec..000000000 --- a/support-pkg-kwebkitpart/kwebkitpart.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}