You are not logged in.

#1 2004-12-08 13:32:31

Pajaro
Member
Registered: 2004-04-21
Posts: 884

kde: lipstik, dotcurve, kpager2, taskvar v2, kio-locate

lipstik
- style based on plastik
PKGBUILD

pkgname=lipstik
pkgver=1.0beta1
pkgrel=1
pkgdesc="Based on the plastik style, Lipstik is a purified style with many options to tune your desktop look."
url="http://www.kde-look.org/content/show.php?content=18223"
license=""
depends=(kdebase)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.kde-look.org/content/files/18223-$pkgname-$pkgver.tar.bz2)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

dotcurve
- very simple style
PKGBUILD

pkgname=dotcurve
pkgver=0.3b
pkgrel=1
pkgdesc="Your faster style is back! featuring translucent menus, and configuration."
url="http://www.kde-look.org/content/show.php?content=16211"
license=""
depends=(kdebase)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://webs.ono.com/usr047/uucp/$pkgname-$pkgver.tar.bz2)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

kpager2
- a complete desktop pager
PKGBUILD

pkgname=kpager2
pkgver=0.5.2
pkgrel=1
pkgdesc="The is probably the most powerfull pager for KDE. (The author wrote thsi sentence ¬_¬')"
url="http://www.kde-apps.org/content/show.php?content=7120&vote=good&tan=33883408"
license=""
depends=(kdebase)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.uni-weimar.de/~wolff3/kdelook/$pkgname-$pkgver.tar.bz2)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver/kpager2
  find . -print -exec touch {} ;
  ./configure --prefix=/opt/kde
  make
  patch src/kpagermainwin.moc.cpp < ../../../kpagermainwin.moc.cpp.diff || return 1
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

kpagermainwin.moc.cpp.diff

9a10,12
> #include "version.h"
> #ifndef KPAGER_IS_APPLET
>
103a107,108
>
> #endif

taskvar v2
- a nice taskvar with window preview
PKGBUILD

pkgname=mtaskbar
pkgver=0.7
pkgrel=1
pkgdesc="It is a modified TaskBar for the KDE 3.3 kicker panel which supports thumbnail images of application windows, transparency on (semi) transparent panels and a few otherfeatures to beatifulize the kicker panel without loosing convenient functionality."
url="http://www.uni-weimar.de/~wolff3/index_taskbar.html"
license=""
depends=(kdebase)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.uni-weimar.de/~wolff3/kdelook/$pkgname-$pkgver.tar.bz2)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver/mtaskbar
  find . -print -exec touch {} ;
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

kio-locate
- suport for locate:/ in kde (forget accessing the dir, open the file directly
PKGBUILD

pkgname=kio-locate
pkgver=0.3.0
pkgrel=1
pkgdesc="kio-locate is a KDE I/O Slave for the locate command."
url="http://www.kde-look.org/content/show.php?content=17201"
license=""
depends=(kdebase)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://arminstraub.de/downloads/kio-locate/$pkgname_$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

Offline

#2 2005-03-03 23:53:51

rosh
Member
Registered: 2004-09-01
Posts: 58

Re: kde: lipstik, dotcurve, kpager2, taskvar v2, kio-locate

Thank you, first, for contributing these PKGBUILDs.  I have successfully built and installed the package for taskbar v2.  I began attempting kpager2 and had errors.  Specifically, the message was:

./PKGBUILD: line 23: syntax error near unexpected token `||'
./PKGBUILD: line 23: `|| return 1'
==> Making package: kpager2  (Thu Mar  3 17:46:56 CST 2005)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==>     Using local copy of kpager2-0.5.2.tar.bz2
==> WARNING: MD5sums are missing or incomplete.  Cannot verify source integrity.
==> Extracting Sources...
==>     tar --use-compress-program=bzip2 -xf kpager2-0.5.2.tar.bz2
==> Removing existing pkg/ directory...
==> Starting build()...
/usr/bin/makepkg: line 557: build: command not found
==> ERROR: Build Failed.  Aborting...

Steps I took before receiving the error:
1. created a directory called "kpager2"
2. created a file called "PKGBUILD" in the aforementioned kpager2 directory and it contains the text of the PKGBUILD you posted
3. in the kpager2 directory, created a file called "kpagermainwin.moc.cpp.diff" and the contents of the file are as you posted: 

9a10,12
> #include "version.h"
> #ifndef KPAGER_IS_APPLET
>
103a107,108
>
> #endif

 
4. ran "makepkg"

Thanks for the help!

Offline

#3 2005-03-05 23:48:26

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: kde: lipstik, dotcurve, kpager2, taskvar v2, kio-locate

there's something wrong with the PKGBUILD.

Check that all are legal caracters. Maybe copypasting something went wrong

Offline

Board footer

Powered by FluxBB