[arch-commits] Commit in aegisub/repos (8 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Jul 11 16:18:41 UTC 2013


    Date: Thursday, July 11, 2013 @ 18:18:40
  Author: alucryd
Revision: 93876

archrelease: copy trunk to community-i686, community-x86_64

Added:
  aegisub/repos/community-i686/PKGBUILD
    (from rev 93875, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-i686/aegisub.install
    (from rev 93875, aegisub/trunk/aegisub.install)
  aegisub/repos/community-x86_64/PKGBUILD
    (from rev 93875, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-x86_64/aegisub.install
    (from rev 93875, aegisub/trunk/aegisub.install)
Deleted:
  aegisub/repos/community-i686/PKGBUILD
  aegisub/repos/community-i686/aegisub.install
  aegisub/repos/community-x86_64/PKGBUILD
  aegisub/repos/community-x86_64/aegisub.install

----------------------------------+
 /PKGBUILD                        |   72 +++++++++++++++++++++++++++++++++++++
 /aegisub.install                 |   28 ++++++++++++++
 community-i686/PKGBUILD          |   36 ------------------
 community-i686/aegisub.install   |   14 -------
 community-x86_64/PKGBUILD        |   36 ------------------
 community-x86_64/aegisub.install |   14 -------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-11 16:18:21 UTC (rev 93875)
+++ community-i686/PKGBUILD	2013-07-11 16:18:40 UTC (rev 93876)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: kozec <kozec at kozec.com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=aegisub
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
-arch=('i686' 'x86_64')
-url="http://www.aegisub.org"
-license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
-makedepends=('mesa')
-install=aegisub.install
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
-
-build() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-  make DESTDIR="$pkgdir" install
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 93875, aegisub/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-11 16:18:40 UTC (rev 93876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: kozec <kozec at kozec.com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=aegisub
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
+arch=('i686' 'x86_64')
+url="http://www.aegisub.org"
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a')
+
+build() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  make DESTDIR="$pkgdir" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/aegisub.install
===================================================================
--- community-i686/aegisub.install	2013-07-11 16:18:21 UTC (rev 93875)
+++ community-i686/aegisub.install	2013-07-11 16:18:40 UTC (rev 93876)
@@ -1,14 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -ftq usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/aegisub.install (from rev 93875, aegisub/trunk/aegisub.install)
===================================================================
--- community-i686/aegisub.install	                        (rev 0)
+++ community-i686/aegisub.install	2013-07-11 16:18:40 UTC (rev 93876)
@@ -0,0 +1,14 @@
+post_install() {
+    gtk-update-icon-cache -ftq usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-11 16:18:21 UTC (rev 93875)
+++ community-x86_64/PKGBUILD	2013-07-11 16:18:40 UTC (rev 93876)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: kozec <kozec at kozec.com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=aegisub
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
-arch=('i686' 'x86_64')
-url="http://www.aegisub.org"
-license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
-makedepends=('mesa')
-install=aegisub.install
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
-
-build() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}/${pkgname}
-
-  make DESTDIR="$pkgdir" install
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
-  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-x86_64/PKGBUILD (from rev 93875, aegisub/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-11 16:18:40 UTC (rev 93876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: kozec <kozec at kozec.com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=aegisub
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
+arch=('i686' 'x86_64')
+url="http://www.aegisub.org"
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a')
+
+build() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+  make DESTDIR="$pkgdir" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/aegisub.install
===================================================================
--- community-x86_64/aegisub.install	2013-07-11 16:18:21 UTC (rev 93875)
+++ community-x86_64/aegisub.install	2013-07-11 16:18:40 UTC (rev 93876)
@@ -1,14 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -ftq usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-x86_64/aegisub.install (from rev 93875, aegisub/trunk/aegisub.install)
===================================================================
--- community-x86_64/aegisub.install	                        (rev 0)
+++ community-x86_64/aegisub.install	2013-07-11 16:18:40 UTC (rev 93876)
@@ -0,0 +1,14 @@
+post_install() {
+    gtk-update-icon-cache -ftq usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list