From d006e83b17c35a5e4605a7102898ce4c8ccfdc08 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Fri, 6 Sep 2013 07:33:21 +0300 Subject: updating youtube-dl-current to version 2013.09.05 --- pcr/youtube-dl-current/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 1aab4522e..33fafddfa 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.09.04 +pkgver=2013.09.05 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,6 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('252f503736cef7049d3a1ed20a2ffc5f' + +md5sums=('111dce261a41edc032f386777e90e8e1' 'SKIP') -- cgit v1.2.3-54-g00ecf From efc5bf4d83b131196fb4d9e4ed352a803c18f03b Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Fri, 6 Sep 2013 11:54:49 -0300 Subject: parabolaiso-data-1-1: add package --- libre/parabolaiso-data/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 libre/parabolaiso-data/PKGBUILD diff --git a/libre/parabolaiso-data/PKGBUILD b/libre/parabolaiso-data/PKGBUILD new file mode 100644 index 000000000..22c1b98f6 --- /dev/null +++ b/libre/parabolaiso-data/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Esteban Carnevale + +pkgname=parabolaiso-data +pkgver=1 +pkgrel=1 +pkgdesc="Data files of parabolaiso, the tool to create ISO images" +arch=('any') +url="https://projects.parabolagnulinux.org/parabolaiso.git" +license=('GPL') +_basesource1='https://projects.parabolagnulinux.org/~old/parabolaiso.git/plain' +_basesource2='https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2' +source=("${_basesource1}/configs/releng/syslinux/splash.png" + "${_basesource2}/ShellBinPkg/UefiShell/X64/Shell.efi" + "${_basesource2}/EdkShellBinPkg/FullShell/X64/Shell_Full.efi") +md5sums=('befd0e7c38a03442b791f2a530b4dd2d' + '01a8ee2759fa2170c065414489d9b823' + '92d78841d0c44118064b59e95164b2ee') + +package() { + cd $srcdir + + datadir="usr/share/parabolaiso/data" + + install -d $pkgdir/$datadir + + install -D -m644 splash.png $pkgdir/$datadir/splash.png + install -D -m644 Shell.efi $pkgdir/$datadir/Shell.efi + install -D -m644 Shell_Full.efi $pkgdir/$datadir/Shell_Full.efi +} -- cgit v1.2.3-54-g00ecf From d835ee31a5288c3a40e62887cf7f623771f05a41 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Tue, 3 Sep 2013 15:23:33 -0300 Subject: Rename parabola-archiso to parabolaiso --- libre/parabola-archiso/PKGBUILD | 22 ---------------------- libre/parabolaiso/PKGBUILD | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 libre/parabola-archiso/PKGBUILD create mode 100644 libre/parabolaiso/PKGBUILD diff --git a/libre/parabola-archiso/PKGBUILD b/libre/parabola-archiso/PKGBUILD deleted file mode 100644 index 336892373..000000000 --- a/libre/parabola-archiso/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Maintainer: Pierre Schmitz -# Maintainer (Parabola): Esteban Carnevale - -pkgname=parabola-archiso -pkgver=2012.10.17 -pkgrel=1 -pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images' -arch=('any') -url='https://parabolagnulinux.org' -license=('GPL') -depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx' 'wget') -provides=('archiso') -conflicts=('archiso') -source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz" - "https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('b8a5d4a6ee2547a502cbecea0e238e61' - '9425cc4353b5654d7478e9e2b0bf848d') - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD new file mode 100644 index 000000000..336892373 --- /dev/null +++ b/libre/parabolaiso/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Pierre Schmitz +# Maintainer (Parabola): Esteban Carnevale + +pkgname=parabola-archiso +pkgver=2012.10.17 +pkgrel=1 +pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images' +arch=('any') +url='https://parabolagnulinux.org' +license=('GPL') +depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx' 'wget') +provides=('archiso') +conflicts=('archiso') +source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz" + "https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz.sig") +md5sums=('b8a5d4a6ee2547a502cbecea0e238e61' + '9425cc4353b5654d7478e9e2b0bf848d') + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf From 2231beeddcfa1b9155b148f2b41b907f73425096 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Tue, 3 Sep 2013 15:31:06 -0300 Subject: parabolaiso-2013.09.01-1: update version --- libre/parabolaiso/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD index 336892373..8a8290ef1 100644 --- a/libre/parabolaiso/PKGBUILD +++ b/libre/parabolaiso/PKGBUILD @@ -1,20 +1,21 @@ +# Maintainer: Gerardo Exequiel Pozzi # Maintainer: Pierre Schmitz # Maintainer (Parabola): Esteban Carnevale -pkgname=parabola-archiso -pkgver=2012.10.17 +pkgname=parabolaiso +pkgver=2013.09.01 pkgrel=1 pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images' arch=('any') -url='https://parabolagnulinux.org' +url='https://projects.parabolagnulinux.org/parabolaiso.git/' license=('GPL') -depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx' 'wget') +depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools') provides=('archiso') conflicts=('archiso') source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz" "https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('b8a5d4a6ee2547a502cbecea0e238e61' - '9425cc4353b5654d7478e9e2b0bf848d') +md5sums=('e94c1f49f32e02480c14ee3162e8ee1b' + 'SKIP') package() { cd ${srcdir}/${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf