You are not logged in.

#1 2009-08-17 13:27:02

tinhtruong
Member
From: Australia
Registered: 2008-12-18
Posts: 117

[SOLVED] - Adopt an orphan package problem

I've just adopt an orphan package, then craft the PKGBUILD for it, upload the new PKGBUILD, but the content of the PKGBUILD does not change! Here is the link to the package on AUR http://aur.archlinux.org/packages.php?ID=19747
Here is the new PKGBUILD:

# Contributor: Zhukov Pavel
# Maintainer: Trương Xuân Tính <xuantinh@gmail.com>
pkgname=qtm
pkgver=1.1.1
pkgrel=1
pkgdesc="A blogging client which is presently capable of composing, formatting and submitting blog entries to a weblog"
arch=('i686' 'x86_64')
url="http://qtm.blogistan.co.uk"
license=('GPL')
depends=('qt')
makedepends=('cmake')
source=(http://downloads.sourceforge.net/catkin/qtm-$pkgver.tar.bz2)
md5sums=('7f36c6189cb7f3f7eddb8192e903fb72')

build() {
  cd $startdir/src/qtm-$pkgver
  cmake -D USE_STI:BOOL=TRUE -D CMAKE_INSTALL_PREFIX=/usr .
  make || return 1
  make DESTDIR="$pkgdir" install || return 1
}

Any help are appreciated!

Last edited by tinhtruong (2009-08-18 05:43:50)

Offline

#2 2009-08-17 13:29:15

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] - Adopt an orphan package problem

you are safe. the package is updated. your problem is that the old PKGBUILD is in browser cache. just hit ctrl+r to force reload.


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-08-17 16:24:00

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: [SOLVED] - Adopt an orphan package problem

Hmm, looks like a good app.  Wish Linux developers had some type of common repository they could reference.  There is also another very good app for this.

Last edited by Gen2ly (2009-08-17 16:24:15)


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

Board footer

Powered by FluxBB