You are not logged in.

#1 2016-06-02 21:56:58

MichaelTunnell
Member
Registered: 2014-07-28
Posts: 14
Website

PKGBUILD Request: uGet 2.1.x Beta for the AUR

Anyone interested in creating a PKGBUILD for the uGet 2.1.x Beta and adding it to the AUR?

uGet Download Manager
Homepage: http://ugetdm.com/
Current Beta: 2.1.4
Beta Page: http://ugetdm.com/downloads-beta
Source Download: https://sourceforge.net/projects/urlget … z/download

Last edited by MichaelTunnell (2016-06-02 21:58:58)

Offline

#2 2016-06-02 22:31:22

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: PKGBUILD Request: uGet 2.1.x Beta for the AUR

Have you tried just editing the PKGBUILD for the current stable version?

By the look of it all that needs changing is the version number and source URL.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2016-06-02 22:40:31

mis
Member
Registered: 2016-03-16
Posts: 234

Re: PKGBUILD Request: uGet 2.1.x Beta for the AUR

slithery wrote:

Have you tried just editing the PKGBUILD for the current stable version?

By the look of it all that needs changing is the version number and source URL.

I've just done that (and added conflict with uget). Building the package works, but I've not tested the application...

pkgname=uget-beta
_pkgname=uget
pkgver=2.1.4
pkgrel=1
pkgdesc="GTK+ download manager featuring download classification and HTML import"
arch=('i686' 'x86_64')
url="http://ugetdm.com/"
license=('LGPL')
depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
makedepends=('intltool')
optdepends=('aria2: alternative backend')
conflicts=('uget')
source=("http://downloads.sourceforge.net/urlget/$_pkgname-$pkgver.tar.gz")
sha1sums=('10e119e24b179050324e079702443f397fd3ccc8')

build() {
  cd $_pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
}

package() {
  cd $_pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}

Last edited by mis (2016-06-02 22:42:06)

Offline

#4 2016-06-02 22:57:33

MichaelTunnell
Member
Registered: 2014-07-28
Posts: 14
Website

Re: PKGBUILD Request: uGet 2.1.x Beta for the AUR

slithery wrote:

Have you tried just editing the PKGBUILD for the current stable version?

By the look of it all that needs changing is the version number and source URL.

I had not tried because I have not maintained a PKGBUILD in the AUR before so didn't feel comfortable doing so as that would make it seem "officially support" as I'm the project manager for uGet. I didn't want to give a false representation.

mis wrote:

I've just done that (and added conflict with uget). Building the package works, but I've not tested the application...

Great, thank you!

Offline

#5 2016-06-02 23:19:21

mis
Member
Registered: 2016-03-16
Posts: 234

Re: PKGBUILD Request: uGet 2.1.x Beta for the AUR

MichaelTunnell wrote:

I didn't want to give a false representation.

As long as the beta version has the same dependencies and does not need different configure options, it could be uplaoded to AUR, I would say.

Offline

Board footer

Powered by FluxBB