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

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Feb 3 10:40:39 UTC 2014


    Date: Monday, February 3, 2014 @ 11:40:39
  Author: alucryd
Revision: 105243

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

Added:
  aegisub/repos/community-i686/PKGBUILD
    (from rev 105242, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-i686/aegisub.install
    (from rev 105242, aegisub/trunk/aegisub.install)
  aegisub/repos/community-x86_64/PKGBUILD
    (from rev 105242, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-x86_64/aegisub.install
    (from rev 105242, 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                        |   70 +++++++++++++++++++++++++++++++++++++
 /aegisub.install                 |   28 ++++++++++++++
 community-i686/PKGBUILD          |   35 ------------------
 community-i686/aegisub.install   |   14 -------
 community-x86_64/PKGBUILD        |   35 ------------------
 community-x86_64/aegisub.install |   14 -------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-03 10:40:26 UTC (rev 105242)
+++ community-i686/PKGBUILD	2014-02-03 10:40:39 UTC (rev 105243)
@@ -1,35 +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.1.1
-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=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-install="${pkgname}.install"
-source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7f8417488cf56b835ddaa36e64916a64eb030fbd79d96a7f8009eae803e897ac')
-
-build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-
-  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-
-  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 105242, aegisub/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-03 10:40:39 UTC (rev 105243)
@@ -0,0 +1,35 @@
+# $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.1.2
+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=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install="${pkgname}.install"
+source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+
+  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	2014-02-03 10:40:26 UTC (rev 105242)
+++ community-i686/aegisub.install	2014-02-03 10:40:39 UTC (rev 105243)
@@ -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 105242, aegisub/trunk/aegisub.install)
===================================================================
--- community-i686/aegisub.install	                        (rev 0)
+++ community-i686/aegisub.install	2014-02-03 10:40:39 UTC (rev 105243)
@@ -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	2014-02-03 10:40:26 UTC (rev 105242)
+++ community-x86_64/PKGBUILD	2014-02-03 10:40:39 UTC (rev 105243)
@@ -1,35 +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.1.1
-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=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-install="${pkgname}.install"
-source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7f8417488cf56b835ddaa36e64916a64eb030fbd79d96a7f8009eae803e897ac')
-
-build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-
-  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-
-  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 105242, aegisub/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-03 10:40:39 UTC (rev 105243)
@@ -0,0 +1,35 @@
+# $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.1.2
+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=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install="${pkgname}.install"
+source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+
+  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	2014-02-03 10:40:26 UTC (rev 105242)
+++ community-x86_64/aegisub.install	2014-02-03 10:40:39 UTC (rev 105243)
@@ -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 105242, aegisub/trunk/aegisub.install)
===================================================================
--- community-x86_64/aegisub.install	                        (rev 0)
+++ community-x86_64/aegisub.install	2014-02-03 10:40:39 UTC (rev 105243)
@@ -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