[aur-general] revised PKGBUILD for dupeguru-me & two questions

Rob Til Freedmen rob.til.freedman at googlemail.com
Thu Aug 23 12:35:16 EDT 2012


Hi,
now that I've read what I should have done before posting ;)

I've still some questions:
1) The package changed the license to 'BSD Revised' - is it any
different to 'BSD'?
2) The package contains also a qtlib license - do I have to add it also?
3) With a BSD license, is it ok to disable the nag screen shown on every start?
There is still the registration/contribute menu in <help> for support
of the author.

Any comments welcome.
rtf
--x--x--x--x--
# Maintainer: rtfreedman  (rob<d0t>til<d0t>freedman<aT>googlemail<d0t>com
# Contributor: Dan Serban, SiD

pkgname=dupeguru-me-bin
pkgver=6.5.0
pkgrel=2
pkgdesc="Find duplicate songs in your music collection"
arch=(any)
url=http://www.hardcoded.net/dupeguru_me/
license=('BSD')
depends=(python pyqt sip)

source=(https://launchpadlibrarian.net/112416309/dupeguru-me_${pkgver}_all.deb)
md5sums=('1b143883a44c99965b0acea9c5c23a48')

build() {
  return 0
}	

package() {
  cd "${srcdir}"
  bsdtar -xf dupeguru-me_${pkgver}_all.deb data.tar.gz
  bsdtar -xf data.tar.gz

# nonag
  sed -i 's/self.model.initial_registration_setup()/#
self.model.initial_registration_setup()/g' \
	usr/share/dupeguru_me/qt/base/app.py

  mkdir -p "${pkgdir}"/usr/bin
  mv usr/bin/dupeguru_me "${pkgdir}"/usr/bin
  mv usr/share "${pkgdir}"/usr/

  install -Dm644 "${pkgdir}"/usr/share/dupeguru_me/hscommon/LICENSE \
    "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
}
--x--x--x--x--


More information about the aur-general mailing list