[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 12:15:34
  Author: felixonmars
Revision: 384472

upgpkg: xorg-xlogo 1.0.5-2: reproducibility rebuild

Modified:
  xorg-xlogo/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 12:15:33 UTC (rev 384471)
+++ PKGBUILD2020-05-16 12:15:34 UTC (rev 384472)
@@ -2,7 +2,7 @@
 
 pkgname=xorg-xlogo
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Draw [old] X logo"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;


[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2019-03-04 Thread Andreas Radke via arch-commits
Date: Monday, March 4, 2019 @ 17:50:38
  Author: andyrtr
Revision: 347044

upgpkg: xorg-xlogo 1.0.5-1

upstream update 1.0.5

Modified:
  xorg-xlogo/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 15:37:08 UTC (rev 347043)
+++ PKGBUILD2019-03-04 17:50:38 UTC (rev 347044)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xlogo
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="Draw [old] X logo"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -10,16 +10,17 @@
 depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 
'libxft')
 makedepends=('xorg-util-macros')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
-sha512sums=('cbfcd48425e697950907ddeaec2f06e0607ebf2e93e6799bd263230f036b3021279c2f379de55fae15b403af5f18292caa79159ed544a4a3314b90c85ac9804d')
+sha512sums=('0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

 
 build() {
-  cd "${srcdir}/xlogo-${pkgver}"
+  cd xlogo-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xlogo-${pkgver}"
+  cd xlogo-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 03:22:46
  Author: felixonmars
Revision: 325376

upgpkg: xorg-xlogo 1.0.4-3

BUILDINFO Rebuild

Modified:
  xorg-xlogo/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 03:22:39 UTC (rev 325375)
+++ PKGBUILD2018-05-31 03:22:46 UTC (rev 325376)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-xlogo
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Draw [old] X logo"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 
'libxft')
 makedepends=('xorg-util-macros')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
-sha1sums=('8087ca621c48506b26bb2cf3219a957b31537267')
+sha512sums=('cbfcd48425e697950907ddeaec2f06e0607ebf2e93e6799bd263230f036b3021279c2f379de55fae15b403af5f18292caa79159ed544a4a3314b90c85ac9804d')
 
 build() {
   cd "${srcdir}/xlogo-${pkgver}"


[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 10:36:35
  Author: andyrtr
Revision: 286455

https sources / gpg signature fixes

Modified:
  xorg-xlogo/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 10:31:42 UTC (rev 286454)
+++ PKGBUILD2017-01-15 10:36:35 UTC (rev 286455)
@@ -6,11 +6,11 @@
 pkgrel=2
 pkgdesc="Draw [old] X logo"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 
'libxft')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
+source=(https://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
 sha1sums=('8087ca621c48506b26bb2cf3219a957b31537267')
 
 build() {


[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 11:29:53
  Author: fyan
Revision: 216226

upgpkg: xorg-xlogo 1.0.4-2

mtree rebuild

Modified:
  xorg-xlogo/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 09:26:51 UTC (rev 216225)
+++ PKGBUILD2014-07-02 09:29:53 UTC (rev 216226)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-xlogo
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Draw [old] X logo
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;



[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2012-03-23 Thread andyrtr
Date: Friday, March 23, 2012 @ 16:38:09
  Author: andyrtr
Revision: 154167

upgpkg: xorg-xlogo 1.0.4-1

upstream update 1.0.4

Modified:
  xorg-xlogo/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-23 20:33:34 UTC (rev 154166)
+++ PKGBUILD2012-03-23 20:38:09 UTC (rev 154167)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xlogo
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=Draw [old] X logo
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 
'libxft')
 makedepends=('xorg-util-macros')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
-sha1sums=('5016e74ba16ac80f3eac1c97738a6afbfc8b3bdd')
+sha1sums=('8087ca621c48506b26bb2cf3219a957b31537267')
 
 build() {
   cd ${srcdir}/xlogo-${pkgver}



[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD)

2012-02-24 Thread Allan McRae
Date: Friday, February 24, 2012 @ 08:28:28
  Author: allan
Revision: 151020

upgpkg: xorg-xlogo 1.0.3-2

signing rebuild

Modified:
  xorg-xlogo/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-24 13:25:13 UTC (rev 151019)
+++ PKGBUILD2012-02-24 13:28:28 UTC (rev 151020)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xlogo
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Draw [old] X logo
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 
'libxft')
@@ -17,7 +17,10 @@
   cd ${srcdir}/xlogo-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/xlogo-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }


Property changes on: xorg-xlogo/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


[arch-commits] Commit in xorg-xlogo/trunk (PKGBUILD git-fixes.patch)

2010-11-14 Thread Jan de Groot
Date: Sunday, November 14, 2010 @ 12:26:04
  Author: jgc
Revision: 99432

upgpkg: xorg-xlogo 1.0.3-1
Update to 1.0.3

Modified:
  xorg-xlogo/trunk/PKGBUILD
Deleted:
  xorg-xlogo/trunk/git-fixes.patch

-+
 PKGBUILD|   10 +--
 git-fixes.patch |  144 --
 2 files changed, 3 insertions(+), 151 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-14 17:24:57 UTC (rev 99431)
+++ PKGBUILD2010-11-14 17:26:04 UTC (rev 99432)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xlogo
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc=Draw [old] X logo
 arch=(i686 x86_64)
@@ -10,15 +10,11 @@
 license=('custom')
 depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 
'libxft')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2
-git-fixes.patch)
-sha1sums=('79f0370e1944194cb6dcce9c4efd144be69e8657'
-  'ecb608bf0afbac901a3f5c661a4913f3bccae89e')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
+sha1sums=('5016e74ba16ac80f3eac1c97738a6afbfc8b3bdd')
 
 build() {
   cd ${srcdir}/xlogo-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
-  autoreconf
   ./configure --prefix=/usr
   make
   make DESTDIR=${pkgdir} install

Deleted: git-fixes.patch
===
--- git-fixes.patch 2010-11-14 17:24:57 UTC (rev 99431)
+++ git-fixes.patch 2010-11-14 17:26:04 UTC (rev 99432)
@@ -1,144 +0,0 @@
-diff --git a/COPYING b/COPYING
-index 7f33cbf..1a758af 100644
 a/COPYING
-+++ b/COPYING
-@@ -1,12 +1,24 @@
--This is a stub file.  This package has not yet had its complete licensing
--information compiled.  Please see the individual source files for details on
--your rights to use and modify this software.
-+Copyright 1988, 1990, 1993 1994, 1998  The Open Group
-+Copyright 2004 Roland Mainz roland.ma...@nrubsig.org
- 
--Please submit updated COPYING files to the Xorg bugzilla:
-+Permission to use, copy, modify, distribute, and sell this software and its
-+documentation for any purpose is hereby granted without fee, provided that
-+the above copyright notice appear in all copies and that both that
-+copyright notice and this permission notice appear in supporting
-+documentation.
- 
--https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-+The above copyright notice and this permission notice shall be included
-+in all copies or substantial portions of the Software.
- 
--All licensing questions regarding this software should be directed at the
--Xorg mailing list:
-+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-+OTHER DEALINGS IN THE SOFTWARE.
- 
--http://lists.freedesktop.org/mailman/listinfo/xorg
-+Except as contained in this notice, the name of The Open Group shall
-+not be used in advertising or otherwise to promote the sale, use or
-+other dealings in this Software without prior written authorization
-+from The Open Group.
-diff --git a/Makefile.am b/Makefile.am
-index 78f68b0..fa8729e 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -20,7 +20,7 @@
- 
- bin_PROGRAMS = xlogo
- 
--AM_CFLAGS = $(XLOGO_CFLAGS)
-+AM_CFLAGS = $(XLOGO_CFLAGS) $(CWARNFLAGS)
- xlogo_LDADD = $(XLOGO_LIBS)
- 
- xlogo_SOURCES =   \
-@@ -53,27 +53,9 @@ EXTRA_DIST = $(appman_PRE)
- MAINTAINERCLEANFILES = ChangeLog INSTALL
- CLEANFILES = $(appman_DATA)
- 
--SED = sed
--
--# Strings to replace in man pages
--XORGRELSTRING = @PACKAGE_STRING@
--  XORGMANNAME = X Version 11
--
--MAN_SUBSTS = \
--  -e 's|__vendorversion__|$(XORGRELSTRING) $(XORGMANNAME)|' \
--  -e 's|__xorgversion__|$(XORGRELSTRING) $(XORGMANNAME)|' \
--  -e 's|__xservername__|Xorg|g' \
--  -e 's|__xconfigfile__|xorg.conf|g' \
--  -e 's|__projectroot__|$(prefix)|g' \
--  -e 's|__apploaddir__|$(appdefaultdir)|' \
--  -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
--  -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
--  -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
--  -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
--  -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
--
- SUFFIXES = .$(APP_MAN_SUFFIX) .man
- 
-+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
- .man.$(APP_MAN_SUFFIX):
-   $(AM_V_GEN)$(SED) $(MAN_SUBSTS)  $  $@
- 
-diff --git a/configure.ac b/configure.ac
-index b213a50..1ca8766 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -20,25 +20,22 @@ dnl  PERFORMANCE OF