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

Eric Bélanger eric at archlinux.org
Wed May 30 03:39:36 UTC 2012


    Date: Tuesday, May 29, 2012 @ 23:39:36
  Author: eric
Revision: 160179

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

Added:
  trayer/repos/extra-i686/PKGBUILD
    (from rev 160178, trayer/trunk/PKGBUILD)
  trayer/repos/extra-i686/manpage.diff
    (from rev 160178, trayer/trunk/manpage.diff)
  trayer/repos/extra-i686/trayer.diff
    (from rev 160178, trayer/trunk/trayer.diff)
  trayer/repos/extra-x86_64/PKGBUILD
    (from rev 160178, trayer/trunk/PKGBUILD)
  trayer/repos/extra-x86_64/manpage.diff
    (from rev 160178, trayer/trunk/manpage.diff)
  trayer/repos/extra-x86_64/trayer.diff
    (from rev 160178, trayer/trunk/trayer.diff)
Deleted:
  trayer/repos/extra-i686/PKGBUILD
  trayer/repos/extra-i686/manpage.diff
  trayer/repos/extra-i686/trayer.diff
  trayer/repos/extra-x86_64/PKGBUILD
  trayer/repos/extra-x86_64/manpage.diff
  trayer/repos/extra-x86_64/trayer.diff

---------------------------+
 extra-i686/PKGBUILD       |   66 +++----
 extra-i686/manpage.diff   |  401 +++++++++++++++++++++-----------------------
 extra-i686/trayer.diff    |   44 ++--
 extra-x86_64/PKGBUILD     |   66 +++----
 extra-x86_64/manpage.diff |  401 +++++++++++++++++++++-----------------------
 extra-x86_64/trayer.diff  |   44 ++--
 6 files changed, 504 insertions(+), 518 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-05-30 03:39:09 UTC (rev 160178)
+++ extra-i686/PKGBUILD	2012-05-30 03:39:36 UTC (rev 160179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=trayer
-pkgver=1.0
-pkgrel=6
-pkgdesc="A lightweight GTK2-based systray"
-arch=('i686' 'x86_64')
-url="https://gna.org/projects/fvwm-crystal/"
-license=('GPL' 'MIT')
-depends=('gtk2')
-makedepends=('libxmu')
-options=('!makeflags')
-source=(http://download.gna.org/fvwm-crystal/trayer/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        trayer.diff manpage.diff)
-md5sums=('e1b0b6464f991f2c296561e377585867'
-         '7f66eee885563871f9f76646bca6b14d'
-         '3f1c92bbe275f186b613c04a47e8e977')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i ../trayer.diff
-  patch -p1 -i ../manpage.diff
-  sed -i 's/$(LIBS) $(OBJ) $(SYSTRAYOBJ)/$(OBJ) $(SYSTRAYOBJ) $(LIBS)/' Makefile
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" install
-  install -D -m644 trayer.1 "${pkgdir}/usr/share/man/man1/trayer.1"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: trayer/repos/extra-i686/PKGBUILD (from rev 160178, trayer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-30 03:39:36 UTC (rev 160179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=trayer
+pkgver=1.0
+pkgrel=7
+pkgdesc="A lightweight GTK2-based systray"
+arch=('i686' 'x86_64')
+url="https://gna.org/projects/fvwm-crystal/"
+license=('GPL' 'MIT')
+depends=('gtk2')
+makedepends=('libxmu')
+options=('!makeflags')
+source=(http://download.gna.org/fvwm-crystal/trayer/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        trayer.diff manpage.diff)
+sha1sums=('f2657693d196578e3776b0812952dfa1c25878cc'
+          '63459c5f74b8cc137d8a16ab997200025225215c'
+          'eb919fd4a6223034e59e7c9fd0de298d40c91242')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../trayer.diff
+  patch -p1 -i ../manpage.diff
+  sed -i 's/$(LIBS) $(OBJ) $(SYSTRAYOBJ)/$(OBJ) $(SYSTRAYOBJ) $(LIBS) -lX11/' Makefile
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" install
+  install -D -m644 trayer.1 "${pkgdir}/usr/share/man/man1/trayer.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/manpage.diff
===================================================================
--- extra-i686/manpage.diff	2012-05-30 03:39:09 UTC (rev 160178)
+++ extra-i686/manpage.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -1,204 +0,0 @@
-Description: Debian manpage and path setup
-Author: Jens Peter Secher <jps at debian.org>
-Index: trayer/trayer.1
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ trayer/trayer.1	2011-05-08 21:38:37.000000000 +0200
-@@ -0,0 +1,197 @@
-+.TH TRAYER 1 "Feb 14, 2005" "FVWM\-Crystal"
-+.SH NAME
-+trayer \- a lightweight GTK2\-based systray for UNIX desktop
-+.SH SYNOPSIS
-+.B trayer \-h
-+.br
-+.B trayer \-v
-+.br
-+.B trayer
-+.\"
-+.RB [\| \-\-edge
-+.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
-+.\"
-+.RB [\| \-\-align
-+.RI \| left \||\| right \||\| center \|]
-+.\"
-+.RB [\| \-\-margin
-+.RI \| <size> \|]
-+.\"
-+.RB [\| \-\-widthtype
-+.RI \| request \||\| pixel \||\| percent
-+.RI \|]
-+.\"
-+.RB [\| \-\-width
-+.RI \| <size> \|]
-+.\"
-+.RB [\| \-\-heighttype
-+.RI \| <pixel> \|]
-+.\"
-+.RB [\| \-\-height
-+.RI \| <size> \|]
-+.\"
-+.RB [\| \-\-SetDockType
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-SetPartialStrut
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-transparent
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-alpha
-+.RI \| <value> \|]
-+.\"
-+.RB [\| \-\-tint
-+.RI \| <color> \|]
-+.\"
-+.RB [\| \-\-distance
-+.RI \| <length> \|]
-+.\"
-+.RB [\| \-\-distancefrom
-+.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
-+.\"
-+.RB [\| \-\-expand
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-padding
-+.RI \| <size> \|]
-+.\"
-+.SH DESCRIPTION
-+.B trayer
-+is a small program designed to provide system tray similar to these in
-+.B GNOME
-+/
-+.B KDE
-+desktop environments for window managers which does not
-+support that function. It is similar to other applications such as
-+.B peksystray
-+and \fBdocker\fP.
-+.PP
-+System tray is a place, where many applications put their icons, so they are
-+always visible. Such icons may present status of an application and allow user
-+to control the program.
-+.PP
-+\fBtrayer\fP's code was extracted from \fBfbpanel\fP application, you can find more
-+about it on its homepage: http://fbpanel.sourceforge.net/.
-+.SH OPTIONS
-+This programs follow the usual GNU command line syntax, with long
-+options starting with two dashes (`-').
-+A summary of options is included below.
-+.TP
-+.B \-\-help
-+.TP
-+.B \-h
-+Show summary of options and exit.
-+
-+.TP
-+.B \-\-version
-+.TP
-+.B \-v
-+Show version of program and exit.
-+
-+.TP
-+\fB\-\-edge\fP \fIleft\fP\||\|\fIright\fP\||\|\fItop\fP\||\|\fIbottom\fP\||\|\fInone\fP
-+Specifies a screen edge to use.
-+
-+.TP
-+\fB\-\-align\fP \fIleft\fP\||\|\fIcenter\fP\||\|\fIright\fP
-+Specifies an align of the icons.
-+
-+.TP
-+\fB\-\-margin\fP \fI<size>\fP
-+Specifies length of margin (in pixels)
-+
-+.TP
-+\fB\-\-widthtype\fB \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
-+Specifies method of calculating trayer's window width:
-+.RS
-+.TP
-+\fIrequest\fP
-+Follow application icons' size, so trayer may shrink or expand dynamically.
-+
-+.TP
-+\fIpixel\fP
-+Set a fixed size, given with \fB\-\-width\fP option in pixels.
-+
-+.TP
-+\fIpercent\fP
-+Set a fixed size, given with \fB\-\-width\fP option in percentage of a length of screen edge.
-+.RE
-+
-+.TP
-+\fB\-\-width\fP \fI<size>\fP
-+Width of trayer's window. Ignored when \fB\-\-widthtype\fP is set to \fIrequest\fP.
-+
-+.TP
-+\fB\-\-heighttype\fP \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
-+Specifies method of calculating trayer's window height:
-+.RS
-+.TP
-+\fIrequest\fP
-+Follow application icons' size, so trayer may shrink or expand dynamically.
-+
-+.TP
-+\fIpixel\fP
-+Set a fixed size, given with \fB\-\-height\fP option in pixels.
-+
-+.TP
-+\fIpercent\fP
-+Set a fixed size, given with \fB\-\-height\fP option in percentage of a length of screen edge.
-+.RE
-+
-+.TP
-+\fB\-\-height\fP \fI<size>\fP
-+Height of trayer's window. Ignored when \fB\-\-heighttype\fP is set to \fIrequest\fP.
-+
-+.TP
-+\fB\-\-SetDockType\fP \fItrue\fP\||\|\fIfalse\fP
-+Identify panel window type as dock.
-+
-+.TP
-+\fB\-\-SetPartialStrut\fP \fItrue\fP\||\|\fIfalse\fP
-+Reserve panel space so that it will not be covered by maximized windows.
-+
-+.TP
-+\fB\-\-transparent\fP \fItrue\fP\||\|\fIfalse\fP
-+Use transparency.
-+
-+.TP
-+\fB\-\-alpha\fP \fI<value>\fP
-+Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
-+
-+.TP
-+\fB\-\-tint\fP \fI<color>\fP
-+Color used to tint transparent background. Color is given as a 24-bit C hexadecimal integer, for example: 0xff0000 is red, 0xff8800 is orange and 0x00ff00 is green.
-+
-+.TP
-+\fB\-\-distance\fP \fI<length>\fP
-+Specifies distance between trayer's window and screen edge (in pixels)
-+
-+.TP
-+\fB\-\-distancefrom\fP \fI<edge>\fP
-+Specifies which edge to calculate distance from, see above.
-+
-+.TP
-+\fB\-\-expand\fP \fItrue\fP\||\|\fIfalse\fP
-+Specifies whether trayer may accommodate extra space when there is too much
-+icons.
-+
-+.TP
-+\fB\-\-padding\fP \fI<size>\fP
-+Extra space between icons and trayer window's border.
-+
-+.SH SEE ALSO
-+.BR fbpanel (1)
-+.SH AUTHORS
-+Anatoly Asviyan <aanatoly at users.sf.net> \- fbpanel
-+.br
-+Rafal Bisingier <ravbc at man.poznan.pl>
-+.br
-+Maciej Delmanowski <harnir at users.berlios.de>
-+.br
-+Grzegorz Nieweglowski <hoppke at dobremiasto.net>
-+.br
-+Thomas Rydzynski
-+.PP
-+This manual page was written by Tomasz Melcer <liori at interia.pl>.

Copied: trayer/repos/extra-i686/manpage.diff (from rev 160178, trayer/trunk/manpage.diff)
===================================================================
--- extra-i686/manpage.diff	                        (rev 0)
+++ extra-i686/manpage.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -0,0 +1,197 @@
+Description: Debian manpage and path setup
+Author: Jens Peter Secher <jps at debian.org>
+Index: trayer/trayer.1
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ trayer/trayer.1	2011-05-08 21:38:37.000000000 +0200
+@@ -0,0 +1,190 @@
++.TH TRAYER 1 "Feb 14, 2005" "FVWM\-Crystal"
++.SH NAME
++trayer \- a lightweight GTK2\-based systray for UNIX desktop
++.SH SYNOPSIS
++.B trayer \-h
++.br
++.B trayer \-v
++.br
++.B trayer
++.\"
++.RB [\| \-\-edge
++.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
++.\"
++.RB [\| \-\-align
++.RI \| left \||\| right \||\| center \|]
++.\"
++.RB [\| \-\-margin
++.RI \| <size> \|]
++.\"
++.RB [\| \-\-widthtype
++.RI \| request \||\| pixel \||\| percent
++.RI \|]
++.\"
++.RB [\| \-\-width
++.RI \| <size> \|]
++.\"
++.RB [\| \-\-heighttype
++.RI \| <pixel> \|]
++.\"
++.RB [\| \-\-height
++.RI \| <size> \|]
++.\"
++.RB [\| \-\-SetDockType
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-SetPartialStrut
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-transparent
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-alpha
++.RI \| <value> \|]
++.\"
++.RB [\| \-\-tint
++.RI \| <color> \|]
++.\"
++.RB [\| \-\-distance
++.RI \| <length> \|]
++.\"
++.RB [\| \-\-expand
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-padding
++.RI \| <size> \|]
++.\"
++.SH DESCRIPTION
++.B trayer
++is a small program designed to provide system tray similar to these in
++.B GNOME
++/
++.B KDE
++desktop environments for window managers which does not
++support that function. It is similar to other applications such as
++.B peksystray
++and \fBdocker\fP.
++.PP
++System tray is a place, where many applications put their icons, so they are
++always visible. Such icons may present status of an application and allow user
++to control the program.
++.PP
++\fBtrayer\fP's code was extracted from \fBfbpanel\fP application, you can find more
++about it on its homepage: http://fbpanel.sourceforge.net/.
++.SH OPTIONS
++This programs follow the usual GNU command line syntax, with long
++options starting with two dashes (`-').
++A summary of options is included below.
++.TP
++.B \-\-help
++.TP
++.B \-h
++Show summary of options and exit.
++
++.TP
++.B \-\-version
++.TP
++.B \-v
++Show version of program and exit.
++
++.TP
++\fB\-\-edge\fP \fIleft\fP\||\|\fIright\fP\||\|\fItop\fP\||\|\fIbottom\fP\||\|\fInone\fP
++Specifies a screen edge to use.
++
++.TP
++\fB\-\-align\fP \fIleft\fP\||\|\fIcenter\fP\||\|\fIright\fP
++Specifies an align of the icons.
++
++.TP
++\fB\-\-margin\fP \fI<size>\fP
++Specifies length of margin (in pixels)
++
++.TP
++\fB\-\-widthtype\fB \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
++Specifies method of calculating trayer's window width:
++.RS
++.TP
++\fIrequest\fP
++Follow application icons' size, so trayer may shrink or expand dynamically.
++
++.TP
++\fIpixel\fP
++Set a fixed size, given with \fB\-\-width\fP option in pixels.
++
++.TP
++\fIpercent\fP
++Set a fixed size, given with \fB\-\-width\fP option in percentage of a length of screen edge.
++.RE
++
++.TP
++\fB\-\-width\fP \fI<size>\fP
++Width of trayer's window. Ignored when \fB\-\-widthtype\fP is set to \fIrequest\fP.
++
++.TP
++\fB\-\-heighttype\fP \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
++Specifies method of calculating trayer's window height:
++.RS
++.TP
++\fIrequest\fP
++Follow application icons' size, so trayer may shrink or expand dynamically.
++
++.TP
++\fIpixel\fP
++Set a fixed size, given with \fB\-\-height\fP option in pixels.
++
++.TP
++\fIpercent\fP
++Set a fixed size, given with \fB\-\-height\fP option in percentage of a length of screen edge.
++.RE
++
++.TP
++\fB\-\-height\fP \fI<size>\fP
++Height of trayer's window. Ignored when \fB\-\-heighttype\fP is set to \fIrequest\fP.
++
++.TP
++\fB\-\-SetDockType\fP \fItrue\fP\||\|\fIfalse\fP
++Identify panel window type as dock.
++
++.TP
++\fB\-\-SetPartialStrut\fP \fItrue\fP\||\|\fIfalse\fP
++Reserve panel space so that it will not be covered by maximized windows.
++
++.TP
++\fB\-\-transparent\fP \fItrue\fP\||\|\fIfalse\fP
++Use transparency.
++
++.TP
++\fB\-\-alpha\fP \fI<value>\fP
++Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
++
++.TP
++\fB\-\-tint\fP \fI<color>\fP
++Color used to tint transparent background. Color is given as a 24-bit C hexadecimal integer, for example: 0xff0000 is red, 0xff8800 is orange and 0x00ff00 is green.
++
++.TP
++\fB\-\-distance\fP \fI<length>\fP
++Specifies distance between trayer's window and screen edge (in pixels)
++
++.TP
++\fB\-\-expand\fP \fItrue\fP\||\|\fIfalse\fP
++Specifies whether trayer may accommodate extra space when there is too much
++icons.
++
++.TP
++\fB\-\-padding\fP \fI<size>\fP
++Extra space between icons and trayer window's border.
++
++.SH SEE ALSO
++.BR fbpanel (1)
++.SH AUTHORS
++Anatoly Asviyan <aanatoly at users.sf.net> \- fbpanel
++.br
++Rafal Bisingier <ravbc at man.poznan.pl>
++.br
++Maciej Delmanowski <harnir at users.berlios.de>
++.br
++Grzegorz Nieweglowski <hoppke at dobremiasto.net>
++.br
++Thomas Rydzynski
++.PP
++This manual page was written by Tomasz Melcer <liori at interia.pl>.

Deleted: extra-i686/trayer.diff
===================================================================
--- extra-i686/trayer.diff	2012-05-30 03:39:09 UTC (rev 160178)
+++ extra-i686/trayer.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -1,22 +0,0 @@
- # This patchfile was courtesy of the Debian team.  Thanks!
---- Makefile.common
-+++ Makefile.common~
-@@ -25,7 +25,7 @@
- endif
- 
- # -DGTK_DISABLE_DEPRECATED does not work yet
--CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
-+CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
- 
- %.o: %.c
- 	$(CC) $(CFLAGS) $(INCS) -c $<
---- panel.c
-+++ panel.c~
-@@ -588,7 +588,6 @@
-     printf(" --height <number>\n");
-     printf(" --SetDockType <true|false>\n");
-     printf(" --SetPartialStrut <true|false>\n");
--    printf(" --RoundCorners <true|false>\n");
-     printf(" --transparent <true|false>\n");
-     printf(" --alpha <number>\n");
-     printf(" --tint <int>\n");

Copied: trayer/repos/extra-i686/trayer.diff (from rev 160178, trayer/trunk/trayer.diff)
===================================================================
--- extra-i686/trayer.diff	                        (rev 0)
+++ extra-i686/trayer.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -0,0 +1,22 @@
+ # This patchfile was courtesy of the Debian team.  Thanks!
+--- Makefile.common
++++ Makefile.common~
+@@ -25,7 +25,7 @@
+ endif
+ 
+ # -DGTK_DISABLE_DEPRECATED does not work yet
+-CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
++CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
+ 
+ %.o: %.c
+ 	$(CC) $(CFLAGS) $(INCS) -c $<
+--- panel.c
++++ panel.c~
+@@ -588,7 +588,6 @@
+     printf(" --height <number>\n");
+     printf(" --SetDockType <true|false>\n");
+     printf(" --SetPartialStrut <true|false>\n");
+-    printf(" --RoundCorners <true|false>\n");
+     printf(" --transparent <true|false>\n");
+     printf(" --alpha <number>\n");
+     printf(" --tint <int>\n");

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-05-30 03:39:09 UTC (rev 160178)
+++ extra-x86_64/PKGBUILD	2012-05-30 03:39:36 UTC (rev 160179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=trayer
-pkgver=1.0
-pkgrel=6
-pkgdesc="A lightweight GTK2-based systray"
-arch=('i686' 'x86_64')
-url="https://gna.org/projects/fvwm-crystal/"
-license=('GPL' 'MIT')
-depends=('gtk2')
-makedepends=('libxmu')
-options=('!makeflags')
-source=(http://download.gna.org/fvwm-crystal/trayer/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        trayer.diff manpage.diff)
-md5sums=('e1b0b6464f991f2c296561e377585867'
-         '7f66eee885563871f9f76646bca6b14d'
-         '3f1c92bbe275f186b613c04a47e8e977')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i ../trayer.diff
-  patch -p1 -i ../manpage.diff
-  sed -i 's/$(LIBS) $(OBJ) $(SYSTRAYOBJ)/$(OBJ) $(SYSTRAYOBJ) $(LIBS)/' Makefile
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" install
-  install -D -m644 trayer.1 "${pkgdir}/usr/share/man/man1/trayer.1"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: trayer/repos/extra-x86_64/PKGBUILD (from rev 160178, trayer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-30 03:39:36 UTC (rev 160179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=trayer
+pkgver=1.0
+pkgrel=7
+pkgdesc="A lightweight GTK2-based systray"
+arch=('i686' 'x86_64')
+url="https://gna.org/projects/fvwm-crystal/"
+license=('GPL' 'MIT')
+depends=('gtk2')
+makedepends=('libxmu')
+options=('!makeflags')
+source=(http://download.gna.org/fvwm-crystal/trayer/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        trayer.diff manpage.diff)
+sha1sums=('f2657693d196578e3776b0812952dfa1c25878cc'
+          '63459c5f74b8cc137d8a16ab997200025225215c'
+          'eb919fd4a6223034e59e7c9fd0de298d40c91242')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../trayer.diff
+  patch -p1 -i ../manpage.diff
+  sed -i 's/$(LIBS) $(OBJ) $(SYSTRAYOBJ)/$(OBJ) $(SYSTRAYOBJ) $(LIBS) -lX11/' Makefile
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" install
+  install -D -m644 trayer.1 "${pkgdir}/usr/share/man/man1/trayer.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/manpage.diff
===================================================================
--- extra-x86_64/manpage.diff	2012-05-30 03:39:09 UTC (rev 160178)
+++ extra-x86_64/manpage.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -1,204 +0,0 @@
-Description: Debian manpage and path setup
-Author: Jens Peter Secher <jps at debian.org>
-Index: trayer/trayer.1
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ trayer/trayer.1	2011-05-08 21:38:37.000000000 +0200
-@@ -0,0 +1,197 @@
-+.TH TRAYER 1 "Feb 14, 2005" "FVWM\-Crystal"
-+.SH NAME
-+trayer \- a lightweight GTK2\-based systray for UNIX desktop
-+.SH SYNOPSIS
-+.B trayer \-h
-+.br
-+.B trayer \-v
-+.br
-+.B trayer
-+.\"
-+.RB [\| \-\-edge
-+.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
-+.\"
-+.RB [\| \-\-align
-+.RI \| left \||\| right \||\| center \|]
-+.\"
-+.RB [\| \-\-margin
-+.RI \| <size> \|]
-+.\"
-+.RB [\| \-\-widthtype
-+.RI \| request \||\| pixel \||\| percent
-+.RI \|]
-+.\"
-+.RB [\| \-\-width
-+.RI \| <size> \|]
-+.\"
-+.RB [\| \-\-heighttype
-+.RI \| <pixel> \|]
-+.\"
-+.RB [\| \-\-height
-+.RI \| <size> \|]
-+.\"
-+.RB [\| \-\-SetDockType
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-SetPartialStrut
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-transparent
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-alpha
-+.RI \| <value> \|]
-+.\"
-+.RB [\| \-\-tint
-+.RI \| <color> \|]
-+.\"
-+.RB [\| \-\-distance
-+.RI \| <length> \|]
-+.\"
-+.RB [\| \-\-distancefrom
-+.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
-+.\"
-+.RB [\| \-\-expand
-+.RI \| true \||\| false \|]
-+.\"
-+.RB [\| \-\-padding
-+.RI \| <size> \|]
-+.\"
-+.SH DESCRIPTION
-+.B trayer
-+is a small program designed to provide system tray similar to these in
-+.B GNOME
-+/
-+.B KDE
-+desktop environments for window managers which does not
-+support that function. It is similar to other applications such as
-+.B peksystray
-+and \fBdocker\fP.
-+.PP
-+System tray is a place, where many applications put their icons, so they are
-+always visible. Such icons may present status of an application and allow user
-+to control the program.
-+.PP
-+\fBtrayer\fP's code was extracted from \fBfbpanel\fP application, you can find more
-+about it on its homepage: http://fbpanel.sourceforge.net/.
-+.SH OPTIONS
-+This programs follow the usual GNU command line syntax, with long
-+options starting with two dashes (`-').
-+A summary of options is included below.
-+.TP
-+.B \-\-help
-+.TP
-+.B \-h
-+Show summary of options and exit.
-+
-+.TP
-+.B \-\-version
-+.TP
-+.B \-v
-+Show version of program and exit.
-+
-+.TP
-+\fB\-\-edge\fP \fIleft\fP\||\|\fIright\fP\||\|\fItop\fP\||\|\fIbottom\fP\||\|\fInone\fP
-+Specifies a screen edge to use.
-+
-+.TP
-+\fB\-\-align\fP \fIleft\fP\||\|\fIcenter\fP\||\|\fIright\fP
-+Specifies an align of the icons.
-+
-+.TP
-+\fB\-\-margin\fP \fI<size>\fP
-+Specifies length of margin (in pixels)
-+
-+.TP
-+\fB\-\-widthtype\fB \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
-+Specifies method of calculating trayer's window width:
-+.RS
-+.TP
-+\fIrequest\fP
-+Follow application icons' size, so trayer may shrink or expand dynamically.
-+
-+.TP
-+\fIpixel\fP
-+Set a fixed size, given with \fB\-\-width\fP option in pixels.
-+
-+.TP
-+\fIpercent\fP
-+Set a fixed size, given with \fB\-\-width\fP option in percentage of a length of screen edge.
-+.RE
-+
-+.TP
-+\fB\-\-width\fP \fI<size>\fP
-+Width of trayer's window. Ignored when \fB\-\-widthtype\fP is set to \fIrequest\fP.
-+
-+.TP
-+\fB\-\-heighttype\fP \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
-+Specifies method of calculating trayer's window height:
-+.RS
-+.TP
-+\fIrequest\fP
-+Follow application icons' size, so trayer may shrink or expand dynamically.
-+
-+.TP
-+\fIpixel\fP
-+Set a fixed size, given with \fB\-\-height\fP option in pixels.
-+
-+.TP
-+\fIpercent\fP
-+Set a fixed size, given with \fB\-\-height\fP option in percentage of a length of screen edge.
-+.RE
-+
-+.TP
-+\fB\-\-height\fP \fI<size>\fP
-+Height of trayer's window. Ignored when \fB\-\-heighttype\fP is set to \fIrequest\fP.
-+
-+.TP
-+\fB\-\-SetDockType\fP \fItrue\fP\||\|\fIfalse\fP
-+Identify panel window type as dock.
-+
-+.TP
-+\fB\-\-SetPartialStrut\fP \fItrue\fP\||\|\fIfalse\fP
-+Reserve panel space so that it will not be covered by maximized windows.
-+
-+.TP
-+\fB\-\-transparent\fP \fItrue\fP\||\|\fIfalse\fP
-+Use transparency.
-+
-+.TP
-+\fB\-\-alpha\fP \fI<value>\fP
-+Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
-+
-+.TP
-+\fB\-\-tint\fP \fI<color>\fP
-+Color used to tint transparent background. Color is given as a 24-bit C hexadecimal integer, for example: 0xff0000 is red, 0xff8800 is orange and 0x00ff00 is green.
-+
-+.TP
-+\fB\-\-distance\fP \fI<length>\fP
-+Specifies distance between trayer's window and screen edge (in pixels)
-+
-+.TP
-+\fB\-\-distancefrom\fP \fI<edge>\fP
-+Specifies which edge to calculate distance from, see above.
-+
-+.TP
-+\fB\-\-expand\fP \fItrue\fP\||\|\fIfalse\fP
-+Specifies whether trayer may accommodate extra space when there is too much
-+icons.
-+
-+.TP
-+\fB\-\-padding\fP \fI<size>\fP
-+Extra space between icons and trayer window's border.
-+
-+.SH SEE ALSO
-+.BR fbpanel (1)
-+.SH AUTHORS
-+Anatoly Asviyan <aanatoly at users.sf.net> \- fbpanel
-+.br
-+Rafal Bisingier <ravbc at man.poznan.pl>
-+.br
-+Maciej Delmanowski <harnir at users.berlios.de>
-+.br
-+Grzegorz Nieweglowski <hoppke at dobremiasto.net>
-+.br
-+Thomas Rydzynski
-+.PP
-+This manual page was written by Tomasz Melcer <liori at interia.pl>.

Copied: trayer/repos/extra-x86_64/manpage.diff (from rev 160178, trayer/trunk/manpage.diff)
===================================================================
--- extra-x86_64/manpage.diff	                        (rev 0)
+++ extra-x86_64/manpage.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -0,0 +1,197 @@
+Description: Debian manpage and path setup
+Author: Jens Peter Secher <jps at debian.org>
+Index: trayer/trayer.1
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ trayer/trayer.1	2011-05-08 21:38:37.000000000 +0200
+@@ -0,0 +1,190 @@
++.TH TRAYER 1 "Feb 14, 2005" "FVWM\-Crystal"
++.SH NAME
++trayer \- a lightweight GTK2\-based systray for UNIX desktop
++.SH SYNOPSIS
++.B trayer \-h
++.br
++.B trayer \-v
++.br
++.B trayer
++.\"
++.RB [\| \-\-edge
++.RI \| left \||\| right \||\| top \||\| bottom \||\| none \|]
++.\"
++.RB [\| \-\-align
++.RI \| left \||\| right \||\| center \|]
++.\"
++.RB [\| \-\-margin
++.RI \| <size> \|]
++.\"
++.RB [\| \-\-widthtype
++.RI \| request \||\| pixel \||\| percent
++.RI \|]
++.\"
++.RB [\| \-\-width
++.RI \| <size> \|]
++.\"
++.RB [\| \-\-heighttype
++.RI \| <pixel> \|]
++.\"
++.RB [\| \-\-height
++.RI \| <size> \|]
++.\"
++.RB [\| \-\-SetDockType
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-SetPartialStrut
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-transparent
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-alpha
++.RI \| <value> \|]
++.\"
++.RB [\| \-\-tint
++.RI \| <color> \|]
++.\"
++.RB [\| \-\-distance
++.RI \| <length> \|]
++.\"
++.RB [\| \-\-expand
++.RI \| true \||\| false \|]
++.\"
++.RB [\| \-\-padding
++.RI \| <size> \|]
++.\"
++.SH DESCRIPTION
++.B trayer
++is a small program designed to provide system tray similar to these in
++.B GNOME
++/
++.B KDE
++desktop environments for window managers which does not
++support that function. It is similar to other applications such as
++.B peksystray
++and \fBdocker\fP.
++.PP
++System tray is a place, where many applications put their icons, so they are
++always visible. Such icons may present status of an application and allow user
++to control the program.
++.PP
++\fBtrayer\fP's code was extracted from \fBfbpanel\fP application, you can find more
++about it on its homepage: http://fbpanel.sourceforge.net/.
++.SH OPTIONS
++This programs follow the usual GNU command line syntax, with long
++options starting with two dashes (`-').
++A summary of options is included below.
++.TP
++.B \-\-help
++.TP
++.B \-h
++Show summary of options and exit.
++
++.TP
++.B \-\-version
++.TP
++.B \-v
++Show version of program and exit.
++
++.TP
++\fB\-\-edge\fP \fIleft\fP\||\|\fIright\fP\||\|\fItop\fP\||\|\fIbottom\fP\||\|\fInone\fP
++Specifies a screen edge to use.
++
++.TP
++\fB\-\-align\fP \fIleft\fP\||\|\fIcenter\fP\||\|\fIright\fP
++Specifies an align of the icons.
++
++.TP
++\fB\-\-margin\fP \fI<size>\fP
++Specifies length of margin (in pixels)
++
++.TP
++\fB\-\-widthtype\fB \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
++Specifies method of calculating trayer's window width:
++.RS
++.TP
++\fIrequest\fP
++Follow application icons' size, so trayer may shrink or expand dynamically.
++
++.TP
++\fIpixel\fP
++Set a fixed size, given with \fB\-\-width\fP option in pixels.
++
++.TP
++\fIpercent\fP
++Set a fixed size, given with \fB\-\-width\fP option in percentage of a length of screen edge.
++.RE
++
++.TP
++\fB\-\-width\fP \fI<size>\fP
++Width of trayer's window. Ignored when \fB\-\-widthtype\fP is set to \fIrequest\fP.
++
++.TP
++\fB\-\-heighttype\fP \fIrequest\fP\||\|\fIpixel\fP\||\|\fIpercent\fP
++Specifies method of calculating trayer's window height:
++.RS
++.TP
++\fIrequest\fP
++Follow application icons' size, so trayer may shrink or expand dynamically.
++
++.TP
++\fIpixel\fP
++Set a fixed size, given with \fB\-\-height\fP option in pixels.
++
++.TP
++\fIpercent\fP
++Set a fixed size, given with \fB\-\-height\fP option in percentage of a length of screen edge.
++.RE
++
++.TP
++\fB\-\-height\fP \fI<size>\fP
++Height of trayer's window. Ignored when \fB\-\-heighttype\fP is set to \fIrequest\fP.
++
++.TP
++\fB\-\-SetDockType\fP \fItrue\fP\||\|\fIfalse\fP
++Identify panel window type as dock.
++
++.TP
++\fB\-\-SetPartialStrut\fP \fItrue\fP\||\|\fIfalse\fP
++Reserve panel space so that it will not be covered by maximized windows.
++
++.TP
++\fB\-\-transparent\fP \fItrue\fP\||\|\fIfalse\fP
++Use transparency.
++
++.TP
++\fB\-\-alpha\fP \fI<value>\fP
++Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
++
++.TP
++\fB\-\-tint\fP \fI<color>\fP
++Color used to tint transparent background. Color is given as a 24-bit C hexadecimal integer, for example: 0xff0000 is red, 0xff8800 is orange and 0x00ff00 is green.
++
++.TP
++\fB\-\-distance\fP \fI<length>\fP
++Specifies distance between trayer's window and screen edge (in pixels)
++
++.TP
++\fB\-\-expand\fP \fItrue\fP\||\|\fIfalse\fP
++Specifies whether trayer may accommodate extra space when there is too much
++icons.
++
++.TP
++\fB\-\-padding\fP \fI<size>\fP
++Extra space between icons and trayer window's border.
++
++.SH SEE ALSO
++.BR fbpanel (1)
++.SH AUTHORS
++Anatoly Asviyan <aanatoly at users.sf.net> \- fbpanel
++.br
++Rafal Bisingier <ravbc at man.poznan.pl>
++.br
++Maciej Delmanowski <harnir at users.berlios.de>
++.br
++Grzegorz Nieweglowski <hoppke at dobremiasto.net>
++.br
++Thomas Rydzynski
++.PP
++This manual page was written by Tomasz Melcer <liori at interia.pl>.

Deleted: extra-x86_64/trayer.diff
===================================================================
--- extra-x86_64/trayer.diff	2012-05-30 03:39:09 UTC (rev 160178)
+++ extra-x86_64/trayer.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -1,22 +0,0 @@
- # This patchfile was courtesy of the Debian team.  Thanks!
---- Makefile.common
-+++ Makefile.common~
-@@ -25,7 +25,7 @@
- endif
- 
- # -DGTK_DISABLE_DEPRECATED does not work yet
--CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
-+CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
- 
- %.o: %.c
- 	$(CC) $(CFLAGS) $(INCS) -c $<
---- panel.c
-+++ panel.c~
-@@ -588,7 +588,6 @@
-     printf(" --height <number>\n");
-     printf(" --SetDockType <true|false>\n");
-     printf(" --SetPartialStrut <true|false>\n");
--    printf(" --RoundCorners <true|false>\n");
-     printf(" --transparent <true|false>\n");
-     printf(" --alpha <number>\n");
-     printf(" --tint <int>\n");

Copied: trayer/repos/extra-x86_64/trayer.diff (from rev 160178, trayer/trunk/trayer.diff)
===================================================================
--- extra-x86_64/trayer.diff	                        (rev 0)
+++ extra-x86_64/trayer.diff	2012-05-30 03:39:36 UTC (rev 160179)
@@ -0,0 +1,22 @@
+ # This patchfile was courtesy of the Debian team.  Thanks!
+--- Makefile.common
++++ Makefile.common~
+@@ -25,7 +25,7 @@
+ endif
+ 
+ # -DGTK_DISABLE_DEPRECATED does not work yet
+-CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
++CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
+ 
+ %.o: %.c
+ 	$(CC) $(CFLAGS) $(INCS) -c $<
+--- panel.c
++++ panel.c~
+@@ -588,7 +588,6 @@
+     printf(" --height <number>\n");
+     printf(" --SetDockType <true|false>\n");
+     printf(" --SetPartialStrut <true|false>\n");
+-    printf(" --RoundCorners <true|false>\n");
+     printf(" --transparent <true|false>\n");
+     printf(" --alpha <number>\n");
+     printf(" --tint <int>\n");




More information about the arch-commits mailing list