public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/wbarconf/files: wbarconf-0.7.2-install.patch
@ 2008-12-06 13:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-06 13:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/06 13:03:36

  Added:                wbarconf-0.7.2-install.patch
  Log:
  Initial commit. Thanks to Mika Hynnä.
  (Portage version: 2.1.6_rc3/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.1                  x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?rev=1.1&content-type=text/plain

Index: wbarconf-0.7.2-install.patch
===================================================================
diff -ur wbarconf.orig/install.sh wbarconf/install.sh
--- wbarconf.orig/install.sh	2008-05-27 14:44:20.000000000 +0300
+++ wbarconf/install.sh	2008-12-06 14:44:52.000000000 +0200
@@ -1,5 +1,6 @@
 #!/bin/sh
 startdir=$1
+version=0.7.2
 
 if [ $(echo $1|wc -w) -eq 0 ];then
 	echo "Usage: install.sh /path/to"
@@ -14,9 +15,8 @@
 mkdir -p $startdir/bin/ || return 1
 install -m0755 wbarconf $startdir/bin/ || return 1
 
-mkdir -p $startdir/share/wbarconf/
-install -m0644 README $startdir/share/wbarconf/ || return 1
-install -m0644 COPYING $startdir/share/wbarconf/ || return 1
+mkdir -p $startdir/share/doc/wbarconf-$version/
+install -m0644 README $startdir/share/doc/wbarconf-$version/ || return 1
 
 mkdir -p $startdir/share/locale/ || return 1
 cp -av locale/* $startdir/share/locale/ || return 1
@@ -24,7 +24,8 @@
 find $startdir/share/locale/ -name wbarconf.po -print | xargs rm -f
 install -m0644 messages.pot $startdir/share/wbarconf/ || return 1
 
-cp -av wbarbacks $startdir/share/wbarconf/ || return 1
+mkdir -p $startdir/share/wbarconf/
+cp -dpRv wbarbacks $startdir/share/wbarconf/ || return 1
 chmod 0655 -R  $startdir/share/wbarconf/ || return 1
 
 mkdir -p $startdir/share/pixmaps/
diff -ur wbarconf.orig/wbarconf.desktop wbarconf/wbarconf.desktop
--- wbarconf.orig/wbarconf.desktop	2008-05-13 16:23:17.000000000 +0300
+++ wbarconf/wbarconf.desktop	2008-12-06 14:46:00.000000000 +0200
@@ -2,10 +2,10 @@
 Name=WbarConf
 Exec=wbarconf 
 Type=Application
-Icon=wbarconf.png
+Icon=wbarconf
 Terminal=false
 StartupNotify=true
-Categories=GTK;Utility; 
+Categories=GTK;Utility;
 Comment=Configuration tool for wbar
 Comment[de]=Konfigurationswerkzeug für Wbar
 Comment[fi]=Asetustyökalu wbar:lle






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/wbarconf/files: wbarconf-0.7.2-install.patch
@ 2008-12-06 13:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-06 13:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/06 13:08:38

  Modified:             wbarconf-0.7.2-install.patch
  Log:
  Fix install paths.
  (Portage version: 2.1.6_rc3/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.2                  x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?r1=1.1&r2=1.2

Index: wbarconf-0.7.2-install.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wbarconf-0.7.2-install.patch	6 Dec 2008 13:03:36 -0000	1.1
+++ wbarconf-0.7.2-install.patch	6 Dec 2008 13:08:37 -0000	1.2
@@ -1,6 +1,6 @@
 diff -ur wbarconf.orig/install.sh wbarconf/install.sh
 --- wbarconf.orig/install.sh	2008-05-27 14:44:20.000000000 +0300
-+++ wbarconf/install.sh	2008-12-06 14:44:52.000000000 +0200
++++ wbarconf/install.sh	2008-12-06 15:07:26.000000000 +0200
 @@ -1,5 +1,6 @@
  #!/bin/sh
  startdir=$1
@@ -8,25 +8,26 @@
  
  if [ $(echo $1|wc -w) -eq 0 ];then
  	echo "Usage: install.sh /path/to"
-@@ -14,9 +15,8 @@
+@@ -14,9 +15,9 @@
  mkdir -p $startdir/bin/ || return 1
  install -m0755 wbarconf $startdir/bin/ || return 1
  
 -mkdir -p $startdir/share/wbarconf/
 -install -m0644 README $startdir/share/wbarconf/ || return 1
 -install -m0644 COPYING $startdir/share/wbarconf/ || return 1
-+mkdir -p $startdir/share/doc/wbarconf-$version/
++mkdir -p $startdir/share/doc/wbarconf-$version/wbarbacks/
 +install -m0644 README $startdir/share/doc/wbarconf-$version/ || return 1
++install -m0644 wbarbacks/README $startdir/share/doc/wbarconf-$version/wbarbacks/ || return 1
  
  mkdir -p $startdir/share/locale/ || return 1
  cp -av locale/* $startdir/share/locale/ || return 1
-@@ -24,7 +24,8 @@
+@@ -24,7 +25,8 @@
  find $startdir/share/locale/ -name wbarconf.po -print | xargs rm -f
  install -m0644 messages.pot $startdir/share/wbarconf/ || return 1
  
 -cp -av wbarbacks $startdir/share/wbarconf/ || return 1
-+mkdir -p $startdir/share/wbarconf/
-+cp -dpRv wbarbacks $startdir/share/wbarconf/ || return 1
++mkdir -p $startdir/share/wbarconf/wbarbacks/
++cp -dpRv wbarbacks/*.png $startdir/share/wbarconf/wbarbacks/ || return 1
  chmod 0655 -R  $startdir/share/wbarconf/ || return 1
  
  mkdir -p $startdir/share/pixmaps/






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/wbarconf/files: wbarconf-0.7.2-install.patch
@ 2008-12-06 13:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-06 13:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/06 13:32:07

  Modified:             wbarconf-0.7.2-install.patch
  Log:
  Fix another cp command to POSIX.
  (Portage version: 2.1.6_rc3/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.3                  x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch?r1=1.2&r2=1.3

Index: wbarconf-0.7.2-install.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wbarconf-0.7.2-install.patch	6 Dec 2008 13:08:37 -0000	1.2
+++ wbarconf-0.7.2-install.patch	6 Dec 2008 13:32:07 -0000	1.3
@@ -1,6 +1,6 @@
 diff -ur wbarconf.orig/install.sh wbarconf/install.sh
 --- wbarconf.orig/install.sh	2008-05-27 14:44:20.000000000 +0300
-+++ wbarconf/install.sh	2008-12-06 15:07:26.000000000 +0200
++++ wbarconf/install.sh	2008-12-06 15:29:46.000000000 +0200
 @@ -1,5 +1,6 @@
  #!/bin/sh
  startdir=$1
@@ -8,7 +8,7 @@
  
  if [ $(echo $1|wc -w) -eq 0 ];then
  	echo "Usage: install.sh /path/to"
-@@ -14,9 +15,9 @@
+@@ -14,17 +15,20 @@
  mkdir -p $startdir/bin/ || return 1
  install -m0755 wbarconf $startdir/bin/ || return 1
  
@@ -20,9 +20,12 @@
 +install -m0644 wbarbacks/README $startdir/share/doc/wbarconf-$version/wbarbacks/ || return 1
  
  mkdir -p $startdir/share/locale/ || return 1
- cp -av locale/* $startdir/share/locale/ || return 1
-@@ -24,7 +25,8 @@
+-cp -av locale/* $startdir/share/locale/ || return 1
++cp -dpRv locale/* $startdir/share/locale/ || return 1
+ chmod 0755 -R  $startdir/share/ || return 1
  find $startdir/share/locale/ -name wbarconf.po -print | xargs rm -f
++
++mkdir -p $startdir/share/wbarconf/
  install -m0644 messages.pot $startdir/share/wbarconf/ || return 1
  
 -cp -av wbarbacks $startdir/share/wbarconf/ || return 1






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/wbarconf/files: wbarconf-0.7.2-install.patch
@ 2012-05-14 17:56 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2012-05-14 17:56 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/05/14 17:56:32

  Removed:              wbarconf-0.7.2-install.patch
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-14 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 17:56 [gentoo-commits] gentoo-x86 commit in x11-misc/wbarconf/files: wbarconf-0.7.2-install.patch Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-06 13:32 Samuli Suominen (ssuominen)
2008-12-06 13:08 Samuli Suominen (ssuominen)
2008-12-06 13:03 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox