You are not logged in.

#1 2006-08-14 15:17:37

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

PKGBUILD for new version of package, which is in current

I want to make PKGBUILDs for packages, which are available in current repository, but in old version. Sometimes there are reasons to use old version of package, perfect example is xorg.

Is it allowed to put such PKGBUILD into AUR?

Offline

#2 2006-08-14 15:23:45

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: PKGBUILD for new version of package, which is in current

No.

Offline

#3 2006-08-14 15:39:56

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: PKGBUILD for new version of package, which is in current

if it's a version of the software that's in development, or a cvs/svn download you can add the pkg to aur. the name has to be pkgname-(devel|cvs|svn).

Offline

#4 2006-08-14 15:59:29

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: PKGBUILD for new version of package, which is in current

It is not development version.
Last version of xorg-server is 1.1, but in current there is 1.0.2.
Can I contribute somehow PKGBUILD for new version?

Offline

#5 2006-08-14 16:05:13

allucid
Member
Registered: 2006-01-06
Posts: 259

Re: PKGBUILD for new version of package, which is in current

Jacek Poplawski wrote:

It is not development version.
Last version of xorg-server is 1.1, but in current there is 1.0.2.
Can I contribute somehow PKGBUILD for new version?

You can flag it as out of date (look on the right) of the page:
http://www.archlinux.org/packages/10337/

Offline

#6 2006-08-14 16:14:29

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: PKGBUILD for new version of package, which is in current

But it is intentionally out of date, and it won't be updated soon, that's the point.

Offline

#7 2006-08-14 16:28:25

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: PKGBUILD for new version of package, which is in current

Jacek Poplawski wrote:

But it is intentionally out of date, and it won't be updated soon, that's the point.

Logic therefore requires the question "Who would want to use it then?"  The Arch ethos says "Use ABS to update it if you want it".  That covers it official.

Unofficially you can make your own repo with your own pkgs and even your own cvsup repository that people can sync from with abs...

Offline

#8 2006-08-14 17:38:14

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: PKGBUILD for new version of package, which is in current

Rule of thumb:
If a contribution to anything can be summed up in a sed one-liner, then it's not worth it.

$ sed -i "s|1.0.2|1.1|g" PKGBUILD

Offline

#9 2006-08-14 17:40:36

benplaut
Member
Registered: 2006-06-13
Posts: 383

Re: PKGBUILD for new version of package, which is in current

phrakture wrote:

Rule of thumb:
If a contribution to anything can be summed up in a sed one-liner, then it's not worth it.

$ sed -i "s|1.0.2|1.1|g" PKGBUILD

that's not exactly fair... pretty much anything can be summed up to a sed one-liner  roll

Offline

Board footer

Powered by FluxBB