public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/gdesklets-core/files: gdesklets-core-0.36_beta-linguas.patch gdesklets-core-0.36_beta-binary_link_fix.patch
@ 2008-02-17 22:12 Joe Sapp (nixphoeni)
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Sapp (nixphoeni) @ 2008-02-17 22:12 UTC (permalink / raw
  To: gentoo-commits

nixphoeni    08/02/17 22:12:18

  Added:                gdesklets-core-0.36_beta-linguas.patch
                        gdesklets-core-0.36_beta-binary_link_fix.patch
  Log:
  Bumped rev and removed doc useflag - see ChangeLog for details
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  gnome-extra/gdesklets-core/files/gdesklets-core-0.36_beta-linguas.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/files/gdesklets-core-0.36_beta-linguas.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/files/gdesklets-core-0.36_beta-linguas.patch?rev=1.1&content-type=text/plain

Index: gdesklets-core-0.36_beta-linguas.patch
===================================================================
Index: po/LINGUAS
===================================================================
--- po/LINGUAS	(révision 0)
+++ po/LINGUAS	(révision 0)
@@ -0,0 +1,47 @@
+# please keep this list sorted alphabetically
+#
+ar
+az
+bg
+ca
+cs
+de
+dz
+el 
+en_CA
+en_GB
+es
+eu
+fi
+fr
+gl
+he
+hr
+hu
+is
+it
+ja
+ko
+lt
+lv
+ms
+nb
+ne
+nl
+oc
+pa
+pl
+pt
+pt_BR
+ru
+rw
+sq
+sr
+sr@Latn
+sv
+tr
+uk
+vi
+zh_CN
+zh_HK
+zh_TW
Index: configure.in
===================================================================
--- configure.in	(révision 3591)
+++ configure.in	(copie de travail)
@@ -11,7 +11,7 @@
 AC_PROG_CXX(gcc cc)
 AC_HEADER_STDC
 AC_DISABLE_STATIC
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL([0.35.0])
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_PROG_LN_S
@@ -88,8 +88,6 @@
 AC_PATH_PROG(UPDATE_MIME_DATABASE, update-mime-database)
 AC_PATH_PROG(UPDATE_DESKTOP_DATABASE, update-desktop-database)
 
-ALL_LINGUAS="ar az bg ca cs de dz el en_CA en_GB es eu fi fr gl he hr hu is it ja ko lt lv ms nb ne nl oc pa pl pt pt_BR ru rw sq sr sr@Latn sv tr uk vi zh_CN zh_HK zh_TW"
-AC_SUBST(ALL_LINGUAS)
 GETTEXT_PACKAGE=gdesklets
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])



1.1                  gnome-extra/gdesklets-core/files/gdesklets-core-0.36_beta-binary_link_fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/files/gdesklets-core-0.36_beta-binary_link_fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/files/gdesklets-core-0.36_beta-binary_link_fix.patch?rev=1.1&content-type=text/plain

Index: gdesklets-core-0.36_beta-binary_link_fix.patch
===================================================================
--- Makefile.am.orig	2008-02-17 11:44:58.000000000 -0500
+++ Makefile.am	2008-02-17 11:47:40.000000000 -0500
@@ -53,6 +53,5 @@
 	fi
 
 	$(INSTALL_SCRIPT) gdesklets $(DESTDIR)${coredir}/gdesklets; \
-	cd $(DESTDIR)$(bindir); \
-	$(LN_S) -f ../../lib/gdesklets gdesklets;
+	$(LN_S) -f ${coredir}/gdesklets $(DESTDIR)$(bindir)/gdesklets;
 
--- Makefile.in.orig	2008-02-17 15:35:29.000000000 -0500
+++ Makefile.in	2008-02-17 15:36:41.000000000 -0500
@@ -766,8 +766,7 @@
 	fi
 
 	$(INSTALL_SCRIPT) gdesklets $(DESTDIR)${coredir}/gdesklets; \
-	cd $(DESTDIR)$(bindir); \
-	$(LN_S) -f ../../lib/gdesklets gdesklets;
+	$(LN_S) -f ${coredir}/gdesklets $(DESTDIR)$(bindir)/gdesklets;
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/gdesklets-core/files: gdesklets-core-0.36_beta-linguas.patch gdesklets-core-0.36_beta-binary_link_fix.patch
@ 2008-03-26  2:34 Joe Sapp (nixphoeni)
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Sapp (nixphoeni) @ 2008-03-26  2:34 UTC (permalink / raw
  To: gentoo-commits

nixphoeni    08/03/26 02:34:28

  Removed:              gdesklets-core-0.36_beta-linguas.patch
                        gdesklets-core-0.36_beta-binary_link_fix.patch
  Log:
  Version bump and removal of 0.36_beta.  Fixed bug #211290 and parallel make issue.
  (Portage version: 2.1.4.4)
-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-26  2:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26  2:34 [gentoo-commits] gentoo-x86 commit in gnome-extra/gdesklets-core/files: gdesklets-core-0.36_beta-linguas.patch gdesklets-core-0.36_beta-binary_link_fix.patch Joe Sapp (nixphoeni)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-17 22:12 Joe Sapp (nixphoeni)

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