fix makedep and rename readitlater

This commit is contained in:
Fabien Valthier 2011-04-17 12:04:24 +02:00
parent 5296769236
commit b7e94bb89a
4 changed files with 9 additions and 5 deletions

View File

@ -14,12 +14,13 @@ arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/Bit.ly+Me?content=122277"
license=('GPL')
depends=('kdebase-konqueror')
makedepends=('cmake' 'automoc4')
source=("http://kde-apps.org/CONTENT/content-files/122277-konqueror-plugin-bitlyme.tar.gz")
md5sums=('39807d645b4b70d2869470380e695d24')
build() {
cd ${srcdir}/konqueror-plugin-bitlyme/
mkdir build && cd build
mkdir -p build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install

View File

@ -14,12 +14,13 @@ arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/EmailThis?content=123814"
license=('GPL')
depends=('kdebase-konqueror')
makedepends=('cmake' 'automoc4')
source=("http://kde-apps.org/CONTENT/content-files/123814-konqueror-plugin-emailthis.tar.gz")
md5sums=('beb842d80c24bd54fb9cb17088261a05')
build() {
cd ${srcdir}/konqueror-plugin-emailthis/
mkdir build && cd build
mkdir -p build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install

View File

@ -6,7 +6,7 @@
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=konq-plugins-reaitlater
pkgname=konq-plugins-readitlater
pkgver=0.2.1
pkgrel=1
pkgdesc="Read It Later is a konqueror plugin that allows to save webpages to Instapaper."
@ -14,12 +14,13 @@ arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/Read+It+Later?content=124667"
license=('GPL')
depends=('kdebase-konqueror')
makedepends=('cmake' 'automoc4')
source=("http://kde-apps.org/CONTENT/content-files/124667-konqueror-plugin-readitlater.tar.gz")
md5sums=('02d722983d2c9efcfbeba46792305471')
build() {
cd ${srcdir}/konqueror-plugin-readitlater/
mkdir build && cd build
mkdir -p build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install

View File

@ -14,12 +14,13 @@ arch=('i686' 'x86_64')
url="http://www.kde-apps.org/content/show.php?content=121350"
license=('GPL')
depends=('kdebase-konqueror')
makedepends=('cmake' 'automoc4')
source=("http://kde-apps.org/CONTENT/content-files/121350-konqueror-plugin-youtubedownload.tar.gz")
md5sums=('8a8d5131fcc60b0c3fdb21ed75ee55e6')
build() {
cd ${srcdir}/konqueror-plugin-youtubedownload/
mkdir build && cd build
mkdir -p build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install