# Maintainer: Sam Burgos pkgname=mintstick pkgver=1.6.0 pkgrel=2 pkgdesc="A graphical tool that allows you to format USB sticks and create bootable USB sticks." arch=('any') url="http://packages.linuxmint.com/pool/main/m/${pkgname}" license=(GPL) depends=( 'coreutils' 'dbus-python' 'desktop-file-utils' 'dosfstools' 'e2fsprogs' 'exfatprogs' 'glib2' 'gtk3' 'ntfs-3g' 'parted' 'polkit' 'procps-ng' 'python' 'python-gobject' 'python-pyparted' 'python-unidecode' 'python-xapp' 'udisks2' 'util-linux' 'xapp' ) makedepends=( 'gettext' ) conflicts=( 'mintstick-git' ) source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz") sha256sums=('dc348e85ac6a02168a11cefde9c2749e3bb66631f88c5ae688f43c07825765f8') package() { cd "$pkgname" #install -Dm644 lib/* -t "$pkgdir/usr/lib/$pkgname/" install -Dm755 lib/* -t "$pkgdir/usr/lib/$pkgname/" install -Dm644 "share/$pkgname"/* -t "$pkgdir/usr/share/$pkgname/" install -Dm644 share/applications/* -t "$pkgdir/usr/share/applications/" install -Dm644 share/polkit/* -t "$pkgdir/usr/share/polkit-1/actions/" install -Dm755 "$pkgname" mint-iso-verify -t "$pkgdir/usr/bin/" install -Dm644 share/nemo/actions/* -t "$pkgdir/usr/share/nemo/actions/" install -Dm644 share/kde4/* -t "$pkgdir/usr/share/kde4/apps/solid/actions/" cp -r share/icons "$pkgdir/usr/share/icons" install -Dm755 bin/* -t "$pkgdir/usr/bin/" install -Dm644 "debian/$pkgname.1" -t "$pkgdir/usr/share/man/man1/" }