Date: Friday, May 1, 2020 @ 06:51:56
  Author: kkeen
Revision: 623708

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
    (from rev 623707, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
    (from rev 623707, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

------------------------------------+
 PKGBUILD                           |   74 +++++++++++++++++------------------
 lib32-simplescreenrecorder.install |   18 ++++----
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-01 06:51:45 UTC (rev 623707)
+++ PKGBUILD    2020-05-01 06:51:56 UTC (rev 623708)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="https://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "cmake")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
-    -DENABLE_32BIT_GLINJECT=TRUE ../
-  make
-}
-
-package() {
-  cd ssr/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
623707, lib32-simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-01 06:51:56 UTC (rev 623708)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
+makedepends=("git" "cmake")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
+    -DENABLE_32BIT_GLINJECT=TRUE ../
+  make
+}
+
+package() {
+  cd ssr/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lib32-simplescreenrecorder.install
===================================================================
--- lib32-simplescreenrecorder.install  2020-05-01 06:51:45 UTC (rev 623707)
+++ lib32-simplescreenrecorder.install  2020-05-01 06:51:56 UTC (rev 623708)
@@ -1,9 +0,0 @@
-post_install() {
-       ldconfig
-}
-post_upgrade() {
-       post_install
-}
-post_remove() {
-       post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 623707, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===================================================================
--- lib32-simplescreenrecorder.install                          (rev 0)
+++ lib32-simplescreenrecorder.install  2020-05-01 06:51:56 UTC (rev 623708)
@@ -0,0 +1,9 @@
+post_install() {
+       ldconfig
+}
+post_upgrade() {
+       post_install
+}
+post_remove() {
+       post_install
+}

Reply via email to