Date: Sunday, January 4, 2015 @ 23:02:23
  Author: kkeen
Revision: 125363

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

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

-----------------------------------------------+
 /PKGBUILD                                     |   58 ++++++++++++++++++++++++
 /simplescreenrecorder.install                 |   22 +++++++++
 community-i686/PKGBUILD                       |   29 ------------
 community-i686/simplescreenrecorder.install   |   11 ----
 community-x86_64/PKGBUILD                     |   29 ------------
 community-x86_64/simplescreenrecorder.install |   11 ----
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-01-04 22:02:03 UTC (rev 125362)
+++ community-i686/PKGBUILD     2015-01-04 22:02:23 UTC (rev 125363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("i686" "x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-options=("!libtool")
-install=simplescreenrecorder.install
-
-build() {
-  cd ssr
-  ./configure --prefix=/usr --disable-assert
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 125362, 
simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-01-04 22:02:23 UTC (rev 125363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/simplescreenrecorder.install
===================================================================
--- community-i686/simplescreenrecorder.install 2015-01-04 22:02:03 UTC (rev 
125362)
+++ community-i686/simplescreenrecorder.install 2015-01-04 22:02:23 UTC (rev 
125363)
@@ -1,11 +0,0 @@
-post_install() {
-       update-desktop-database -q
-       gtk-update-icon-cache -q -f usr/share/icons/hicolor
-       ldconfig
-}
-post_upgrade() {
-       post_install
-}
-post_remove() {
-       post_install
-}

Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install 
(from rev 125362, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-i686/simplescreenrecorder.install                         (rev 0)
+++ community-i686/simplescreenrecorder.install 2015-01-04 22:02:23 UTC (rev 
125363)
@@ -0,0 +1,11 @@
+post_install() {
+       update-desktop-database -q
+       gtk-update-icon-cache -q -f usr/share/icons/hicolor
+       ldconfig
+}
+post_upgrade() {
+       post_install
+}
+post_remove() {
+       post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-01-04 22:02:03 UTC (rev 125362)
+++ community-x86_64/PKGBUILD   2015-01-04 22:02:23 UTC (rev 125363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("i686" "x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-options=("!libtool")
-install=simplescreenrecorder.install
-
-build() {
-  cd ssr
-  ./configure --prefix=/usr --disable-assert
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 125362, 
simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-04 22:02:23 UTC (rev 125363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/simplescreenrecorder.install
===================================================================
--- community-x86_64/simplescreenrecorder.install       2015-01-04 22:02:03 UTC 
(rev 125362)
+++ community-x86_64/simplescreenrecorder.install       2015-01-04 22:02:23 UTC 
(rev 125363)
@@ -1,11 +0,0 @@
-post_install() {
-       update-desktop-database -q
-       gtk-update-icon-cache -q -f usr/share/icons/hicolor
-       ldconfig
-}
-post_upgrade() {
-       post_install
-}
-post_remove() {
-       post_install
-}

Copied: 
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install (from 
rev 125362, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-x86_64/simplescreenrecorder.install                               
(rev 0)
+++ community-x86_64/simplescreenrecorder.install       2015-01-04 22:02:23 UTC 
(rev 125363)
@@ -0,0 +1,11 @@
+post_install() {
+       update-desktop-database -q
+       gtk-update-icon-cache -q -f usr/share/icons/hicolor
+       ldconfig
+}
+post_upgrade() {
+       post_install
+}
+post_remove() {
+       post_install
+}

Reply via email to