[arch-commits] Commit in tdfsb/repos (12 files)

Felix Yan fyan at nymeria.archlinux.org
Wed Jul 2 06:16:58 UTC 2014


    Date: Wednesday, July 2, 2014 @ 08:16:58
  Author: fyan
Revision: 114579

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

Added:
  tdfsb/repos/community-i686/PKGBUILD
    (from rev 114578, tdfsb/trunk/PKGBUILD)
  tdfsb/repos/community-i686/tdfsb.desktop
    (from rev 114578, tdfsb/trunk/tdfsb.desktop)
  tdfsb/repos/community-i686/tdfsb.png
    (from rev 114578, tdfsb/trunk/tdfsb.png)
  tdfsb/repos/community-x86_64/PKGBUILD
    (from rev 114578, tdfsb/trunk/PKGBUILD)
  tdfsb/repos/community-x86_64/tdfsb.desktop
    (from rev 114578, tdfsb/trunk/tdfsb.desktop)
  tdfsb/repos/community-x86_64/tdfsb.png
    (from rev 114578, tdfsb/trunk/tdfsb.png)
Deleted:
  tdfsb/repos/community-i686/PKGBUILD
  tdfsb/repos/community-i686/tdfsb.desktop
  tdfsb/repos/community-i686/tdfsb.png
  tdfsb/repos/community-x86_64/PKGBUILD
  tdfsb/repos/community-x86_64/tdfsb.desktop
  tdfsb/repos/community-x86_64/tdfsb.png

--------------------------------+
 /PKGBUILD                      |   70 +++++++++++++++++++++++++++++++++++++++
 /tdfsb.desktop                 |   18 ++++++++++
 community-i686/PKGBUILD        |   35 -------------------
 community-i686/tdfsb.desktop   |    9 -----
 community-x86_64/PKGBUILD      |   35 -------------------
 community-x86_64/tdfsb.desktop |    9 -----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-02 06:14:57 UTC (rev 114578)
+++ community-i686/PKGBUILD	2014-07-02 06:16:58 UTC (rev 114579)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=tdfsb
-pkgver=0.0.10
-pkgrel=6
-pkgdesc="SDL based graphical file browser"
-arch=('i686' 'x86_64')
-url="http://www.determinate.net/webdata/seg/tdfsb.html"
-license=('GPL')
-depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu')
-source=("http://www.determinate.net/webdata/data/${pkgname}-${pkgver}.tar.gz"
-        'tdfsb.desktop'
-        'tdfsb.png')
-md5sums=('8162994a7e882dc7074a5f628d2ac076'
-         '4070a7de1153c00df875384a1817e43b'
-         'ecabb39597a3c17f9541300869873e50')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:g" compile.sh
-  ./compile.sh
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -D -m755 tdfsb "${pkgdir}/usr/bin/tdfsb"
-
-  # Install desktop file
-  install -D -m755 "${srcdir}/tdfsb.desktop" "${pkgdir}/usr/share/applications/tdfsb.desktop"
-  # Install icon
-  install -D -m644 "${srcdir}/tdfsb.png" "${pkgdir}/usr/share/pixmaps/tdfsb.png"
-}

Copied: tdfsb/repos/community-i686/PKGBUILD (from rev 114578, tdfsb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-02 06:16:58 UTC (rev 114579)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=tdfsb
+pkgver=0.0.10
+pkgrel=7
+pkgdesc="SDL based graphical file browser"
+arch=('i686' 'x86_64')
+url="http://www.determinate.net/webdata/seg/tdfsb.html"
+license=('GPL')
+depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu')
+source=("http://www.determinate.net/webdata/data/${pkgname}-${pkgver}.tar.gz"
+        'tdfsb.desktop'
+        'tdfsb.png')
+md5sums=('8162994a7e882dc7074a5f628d2ac076'
+         '4070a7de1153c00df875384a1817e43b'
+         'ecabb39597a3c17f9541300869873e50')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:g" compile.sh
+  ./compile.sh
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m755 tdfsb "${pkgdir}/usr/bin/tdfsb"
+
+  # Install desktop file
+  install -D -m755 "${srcdir}/tdfsb.desktop" "${pkgdir}/usr/share/applications/tdfsb.desktop"
+  # Install icon
+  install -D -m644 "${srcdir}/tdfsb.png" "${pkgdir}/usr/share/pixmaps/tdfsb.png"
+}

Deleted: community-i686/tdfsb.desktop
===================================================================
--- community-i686/tdfsb.desktop	2014-07-02 06:14:57 UTC (rev 114578)
+++ community-i686/tdfsb.desktop	2014-07-02 06:16:58 UTC (rev 114579)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Tdfsb
-Comment=SDL based graphical file browser
-Icon=/usr/share/pixmaps/tdfsb.png
-Exec=tdfsb
-Terminal=false
-Type=Application
-Categories=System;Application;
-StartupNotify=true

Copied: tdfsb/repos/community-i686/tdfsb.desktop (from rev 114578, tdfsb/trunk/tdfsb.desktop)
===================================================================
--- community-i686/tdfsb.desktop	                        (rev 0)
+++ community-i686/tdfsb.desktop	2014-07-02 06:16:58 UTC (rev 114579)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Tdfsb
+Comment=SDL based graphical file browser
+Icon=/usr/share/pixmaps/tdfsb.png
+Exec=tdfsb
+Terminal=false
+Type=Application
+Categories=System;Application;
+StartupNotify=true

Deleted: community-i686/tdfsb.png
===================================================================
(Binary files differ)

Copied: tdfsb/repos/community-i686/tdfsb.png (from rev 114578, tdfsb/trunk/tdfsb.png)
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-02 06:14:57 UTC (rev 114578)
+++ community-x86_64/PKGBUILD	2014-07-02 06:16:58 UTC (rev 114579)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=tdfsb
-pkgver=0.0.10
-pkgrel=6
-pkgdesc="SDL based graphical file browser"
-arch=('i686' 'x86_64')
-url="http://www.determinate.net/webdata/seg/tdfsb.html"
-license=('GPL')
-depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu')
-source=("http://www.determinate.net/webdata/data/${pkgname}-${pkgver}.tar.gz"
-        'tdfsb.desktop'
-        'tdfsb.png')
-md5sums=('8162994a7e882dc7074a5f628d2ac076'
-         '4070a7de1153c00df875384a1817e43b'
-         'ecabb39597a3c17f9541300869873e50')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:g" compile.sh
-  ./compile.sh
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -D -m755 tdfsb "${pkgdir}/usr/bin/tdfsb"
-
-  # Install desktop file
-  install -D -m755 "${srcdir}/tdfsb.desktop" "${pkgdir}/usr/share/applications/tdfsb.desktop"
-  # Install icon
-  install -D -m644 "${srcdir}/tdfsb.png" "${pkgdir}/usr/share/pixmaps/tdfsb.png"
-}

Copied: tdfsb/repos/community-x86_64/PKGBUILD (from rev 114578, tdfsb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-02 06:16:58 UTC (rev 114579)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=tdfsb
+pkgver=0.0.10
+pkgrel=7
+pkgdesc="SDL based graphical file browser"
+arch=('i686' 'x86_64')
+url="http://www.determinate.net/webdata/seg/tdfsb.html"
+license=('GPL')
+depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu')
+source=("http://www.determinate.net/webdata/data/${pkgname}-${pkgver}.tar.gz"
+        'tdfsb.desktop'
+        'tdfsb.png')
+md5sums=('8162994a7e882dc7074a5f628d2ac076'
+         '4070a7de1153c00df875384a1817e43b'
+         'ecabb39597a3c17f9541300869873e50')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:g" compile.sh
+  ./compile.sh
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m755 tdfsb "${pkgdir}/usr/bin/tdfsb"
+
+  # Install desktop file
+  install -D -m755 "${srcdir}/tdfsb.desktop" "${pkgdir}/usr/share/applications/tdfsb.desktop"
+  # Install icon
+  install -D -m644 "${srcdir}/tdfsb.png" "${pkgdir}/usr/share/pixmaps/tdfsb.png"
+}

Deleted: community-x86_64/tdfsb.desktop
===================================================================
--- community-x86_64/tdfsb.desktop	2014-07-02 06:14:57 UTC (rev 114578)
+++ community-x86_64/tdfsb.desktop	2014-07-02 06:16:58 UTC (rev 114579)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Tdfsb
-Comment=SDL based graphical file browser
-Icon=/usr/share/pixmaps/tdfsb.png
-Exec=tdfsb
-Terminal=false
-Type=Application
-Categories=System;Application;
-StartupNotify=true

Copied: tdfsb/repos/community-x86_64/tdfsb.desktop (from rev 114578, tdfsb/trunk/tdfsb.desktop)
===================================================================
--- community-x86_64/tdfsb.desktop	                        (rev 0)
+++ community-x86_64/tdfsb.desktop	2014-07-02 06:16:58 UTC (rev 114579)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Tdfsb
+Comment=SDL based graphical file browser
+Icon=/usr/share/pixmaps/tdfsb.png
+Exec=tdfsb
+Terminal=false
+Type=Application
+Categories=System;Application;
+StartupNotify=true

Deleted: community-x86_64/tdfsb.png
===================================================================
(Binary files differ)

Copied: tdfsb/repos/community-x86_64/tdfsb.png (from rev 114578, tdfsb/trunk/tdfsb.png)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list