From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR4CD-0006nz-VL for garchives@archives.gentoo.org; Sun, 06 May 2012 16:20:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B23E08BD; Sun, 6 May 2012 16:11:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CDD7E09BE for ; Sun, 6 May 2012 16:07:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 194141B407A for ; Sun, 6 May 2012 16:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D1546E543A for ; Sun, 6 May 2012 16:07:13 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1198840562.9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile emacs.desktop emacsclient.desktop X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de X-VCS-Branch: backups/emacs-common-gentoo@1233 Date: Sun, 6 May 2012 16:07:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6cb11eb9-7110-460a-a4ad-108d9e4a02ed X-Archives-Hash: a690ad5079cd07deb5fce861a2192c02 commit: 9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Dec 28 11:16:02 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 28 11:16:02 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D9d2f78e1 Canonical ordering for desktop entry keys. Version key added. Release version 0.3. svn path=3D/emacs-extra/emacs-desktop/; revision=3D892 --- ChangeLog | 11 +++++++++++ Makefile | 8 ++++++-- emacs.desktop | 7 ++++--- emacsclient.desktop | 5 +++-- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5020d0..e4b1451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-12-28 Ulrich Mueller + + * version 0.3 + + * Makefile (DESKTOPFILES): Validate with desktop-file-validate. + + * emacsclient.desktop: Ditto. + + * emacs.desktop: Canonical ordering for desktop entry keys. + (Version): Key added. + 2007-12-10 Christian Faulhammer =20 * emacsclient.desktop (Comment): Correct typo in Spanish diff --git a/Makefile b/Makefile index b6e71e1..4eca6f4 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,13 @@ PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*= \([0-9.]*\).*/\1/;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 -DISTFILES =3D emacs.desktop emacsclient.desktop \ +DESKTOPFILES =3D emacs.desktop emacsclient.desktop +DISTFILES =3D $(DESKTOPFILES) \ README.icons emacs.png \ emacs_16.png emacs_24.png emacs_32.png emacs_48.png gnured_48.png =20 =20 -.PHONY: all dist clean +.PHONY: all dist clean $(DESKTOPFILES) =20 all: =20 @@ -17,5 +18,8 @@ dist: $(DISTFILES) tar -czf $(P).tar.gz --transform=3D's%^%$(P)/%' $^ tar -tzvf $(P).tar.gz =20 +$(DESKTOPFILES): + desktop-file-validate $@ + clean: -rm -f *~ *.tmp *.gz *.bz2 diff --git a/emacs.desktop b/emacs.desktop index 4192803..2e7318f 100644 --- a/emacs.desktop +++ b/emacs.desktop @@ -1,7 +1,9 @@ [Desktop Entry] +Type=3DApplication +Version=3D1.0 Name=3DGNU Emacs GenericName=3DEmacs -Comment=3DEmacs is the extensible, customizable, self-documenting real-t= ime display editor. +Comment=3DEmacs is the extensible, customizable, self-documenting real-t= ime display editor Comment[de]=3DEmacs ist der erweiterbare, anpassbare, selbst-dokumentier= ende Echtzeit-Editor Comment[es]=3DEmacs es un editor ampliable, adaptable, mismo documentado= , de tiempo real Comment[fr]=3DEmacs est l'=C3=A9diteur plein =C3=A9cran avanc=C3=A9, aut= o-document=C3=A9, personnalisable et extensible @@ -9,6 +11,5 @@ Icon=3Demacs TryExec=3D/usr/bin/emacs Exec=3D/usr/bin/emacs %F Terminal=3Dfalse -Type=3DApplication -Categories=3DDevelopment;TextEditor; MimeType=3Dtext/css;text/english;text/html;text/plain;text/x-c;text/x-ch= dr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-= makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-she= llscript; +Categories=3DDevelopment;TextEditor; diff --git a/emacsclient.desktop b/emacsclient.desktop index 4a43404..cc03ba0 100644 --- a/emacsclient.desktop +++ b/emacsclient.desktop @@ -1,13 +1,14 @@ [Desktop Entry] +Type=3DApplication +Version=3D1.0 Name=3DEmacsclient +NoDisplay=3Dtrue Comment=3DTell a running Emacs to visit a file Comment[de]=3DIn einer laufenden Emacs-Instanz eine Datei =C3=B6ffnen Comment[es]=3DAbrir un archivo en un Emacs corriente Comment[fr]=3DOuvre un fichier dans une instance d'Emacs qui est d=C3=A9= j=C3=A0 lanc=C3=A9e Icon=3Demacs -NoDisplay=3Dtrue TryExec=3D/usr/bin/emacsclient Exec=3D/usr/bin/emacsclient %F Terminal=3Dfalse -Type=3DApplication MimeType=3Dtext/css;text/english;text/html;text/plain;text/x-c;text/x-ch= dr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-= makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-she= llscript; From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR4B8-0006cD-UM for garchives@archives.gentoo.org; Sun, 06 May 2012 16:19:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A54B5E08D1; Sun, 6 May 2012 16:10:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 347F2E09CC for ; Sun, 6 May 2012 16:07:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8ED51B4074 for ; Sun, 6 May 2012 16:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 51190E5402 for ; Sun, 6 May 2012 16:07:09 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1198840562.9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile emacs.desktop emacsclient.desktop X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de X-VCS-Branch: backups/emacs-common-gentoo@1030 Date: Sun, 6 May 2012 16:07:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ed443012-5056-4a5d-9286-c9d80f07a481 X-Archives-Hash: 009890b9e4353d6659dac77505d0f6f6 Message-ID: <20120506160709.ITMPBTLz3n6FNbLaRQxFO6CSniOWobGnr5erA7lrYIM@z> commit: 9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Dec 28 11:16:02 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 28 11:16:02 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D9d2f78e1 Canonical ordering for desktop entry keys. Version key added. Release version 0.3. svn path=3D/emacs-extra/emacs-desktop/; revision=3D892 --- ChangeLog | 11 +++++++++++ Makefile | 8 ++++++-- emacs.desktop | 7 ++++--- emacsclient.desktop | 5 +++-- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5020d0..e4b1451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-12-28 Ulrich Mueller + + * version 0.3 + + * Makefile (DESKTOPFILES): Validate with desktop-file-validate. + + * emacsclient.desktop: Ditto. + + * emacs.desktop: Canonical ordering for desktop entry keys. + (Version): Key added. + 2007-12-10 Christian Faulhammer =20 * emacsclient.desktop (Comment): Correct typo in Spanish diff --git a/Makefile b/Makefile index b6e71e1..4eca6f4 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,13 @@ PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*= \([0-9.]*\).*/\1/;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 -DISTFILES =3D emacs.desktop emacsclient.desktop \ +DESKTOPFILES =3D emacs.desktop emacsclient.desktop +DISTFILES =3D $(DESKTOPFILES) \ README.icons emacs.png \ emacs_16.png emacs_24.png emacs_32.png emacs_48.png gnured_48.png =20 =20 -.PHONY: all dist clean +.PHONY: all dist clean $(DESKTOPFILES) =20 all: =20 @@ -17,5 +18,8 @@ dist: $(DISTFILES) tar -czf $(P).tar.gz --transform=3D's%^%$(P)/%' $^ tar -tzvf $(P).tar.gz =20 +$(DESKTOPFILES): + desktop-file-validate $@ + clean: -rm -f *~ *.tmp *.gz *.bz2 diff --git a/emacs.desktop b/emacs.desktop index 4192803..2e7318f 100644 --- a/emacs.desktop +++ b/emacs.desktop @@ -1,7 +1,9 @@ [Desktop Entry] +Type=3DApplication +Version=3D1.0 Name=3DGNU Emacs GenericName=3DEmacs -Comment=3DEmacs is the extensible, customizable, self-documenting real-t= ime display editor. +Comment=3DEmacs is the extensible, customizable, self-documenting real-t= ime display editor Comment[de]=3DEmacs ist der erweiterbare, anpassbare, selbst-dokumentier= ende Echtzeit-Editor Comment[es]=3DEmacs es un editor ampliable, adaptable, mismo documentado= , de tiempo real Comment[fr]=3DEmacs est l'=C3=A9diteur plein =C3=A9cran avanc=C3=A9, aut= o-document=C3=A9, personnalisable et extensible @@ -9,6 +11,5 @@ Icon=3Demacs TryExec=3D/usr/bin/emacs Exec=3D/usr/bin/emacs %F Terminal=3Dfalse -Type=3DApplication -Categories=3DDevelopment;TextEditor; MimeType=3Dtext/css;text/english;text/html;text/plain;text/x-c;text/x-ch= dr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-= makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-she= llscript; +Categories=3DDevelopment;TextEditor; diff --git a/emacsclient.desktop b/emacsclient.desktop index 4a43404..cc03ba0 100644 --- a/emacsclient.desktop +++ b/emacsclient.desktop @@ -1,13 +1,14 @@ [Desktop Entry] +Type=3DApplication +Version=3D1.0 Name=3DEmacsclient +NoDisplay=3Dtrue Comment=3DTell a running Emacs to visit a file Comment[de]=3DIn einer laufenden Emacs-Instanz eine Datei =C3=B6ffnen Comment[es]=3DAbrir un archivo en un Emacs corriente Comment[fr]=3DOuvre un fichier dans une instance d'Emacs qui est d=C3=A9= j=C3=A0 lanc=C3=A9e Icon=3Demacs -NoDisplay=3Dtrue TryExec=3D/usr/bin/emacsclient Exec=3D/usr/bin/emacsclient %F Terminal=3Dfalse -Type=3DApplication MimeType=3Dtext/css;text/english;text/html;text/plain;text/x-c;text/x-ch= dr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-= makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-she= llscript; From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR46e-0005lk-AT for garchives@archives.gentoo.org; Sun, 06 May 2012 16:14:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE90E07BE; Sun, 6 May 2012 16:06:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B15B4E07BE for ; Sun, 6 May 2012 16:06:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01F461B4059 for ; Sun, 6 May 2012 16:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 52EEAE5436 for ; Sun, 6 May 2012 16:06:03 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1198840562.9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile emacs.desktop emacsclient.desktop X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de X-VCS-Branch: emacs-common-gentoo Date: Sun, 6 May 2012 16:06:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bebf06ed-d875-4db8-9a21-19064e47e093 X-Archives-Hash: c15bef83d1514ef3421d7821414e82a7 Message-ID: <20120506160603.eO4Y-QQ6ebSmhd1FP26XRaZmuiXyYKaeYFkuz4Gk--o@z> commit: 9d2f78e1a08b8b1dbdb8bc81acf2b1036de1b8de Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Dec 28 11:16:02 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 28 11:16:02 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D9d2f78e1 Canonical ordering for desktop entry keys. Version key added. Release version 0.3. svn path=3D/emacs-extra/emacs-desktop/; revision=3D892 --- ChangeLog | 11 +++++++++++ Makefile | 8 ++++++-- emacs.desktop | 7 ++++--- emacsclient.desktop | 5 +++-- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5020d0..e4b1451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-12-28 Ulrich Mueller + + * version 0.3 + + * Makefile (DESKTOPFILES): Validate with desktop-file-validate. + + * emacsclient.desktop: Ditto. + + * emacs.desktop: Canonical ordering for desktop entry keys. + (Version): Key added. + 2007-12-10 Christian Faulhammer =20 * emacsclient.desktop (Comment): Correct typo in Spanish diff --git a/Makefile b/Makefile index b6e71e1..4eca6f4 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,13 @@ PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*= \([0-9.]*\).*/\1/;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 -DISTFILES =3D emacs.desktop emacsclient.desktop \ +DESKTOPFILES =3D emacs.desktop emacsclient.desktop +DISTFILES =3D $(DESKTOPFILES) \ README.icons emacs.png \ emacs_16.png emacs_24.png emacs_32.png emacs_48.png gnured_48.png =20 =20 -.PHONY: all dist clean +.PHONY: all dist clean $(DESKTOPFILES) =20 all: =20 @@ -17,5 +18,8 @@ dist: $(DISTFILES) tar -czf $(P).tar.gz --transform=3D's%^%$(P)/%' $^ tar -tzvf $(P).tar.gz =20 +$(DESKTOPFILES): + desktop-file-validate $@ + clean: -rm -f *~ *.tmp *.gz *.bz2 diff --git a/emacs.desktop b/emacs.desktop index 4192803..2e7318f 100644 --- a/emacs.desktop +++ b/emacs.desktop @@ -1,7 +1,9 @@ [Desktop Entry] +Type=3DApplication +Version=3D1.0 Name=3DGNU Emacs GenericName=3DEmacs -Comment=3DEmacs is the extensible, customizable, self-documenting real-t= ime display editor. +Comment=3DEmacs is the extensible, customizable, self-documenting real-t= ime display editor Comment[de]=3DEmacs ist der erweiterbare, anpassbare, selbst-dokumentier= ende Echtzeit-Editor Comment[es]=3DEmacs es un editor ampliable, adaptable, mismo documentado= , de tiempo real Comment[fr]=3DEmacs est l'=C3=A9diteur plein =C3=A9cran avanc=C3=A9, aut= o-document=C3=A9, personnalisable et extensible @@ -9,6 +11,5 @@ Icon=3Demacs TryExec=3D/usr/bin/emacs Exec=3D/usr/bin/emacs %F Terminal=3Dfalse -Type=3DApplication -Categories=3DDevelopment;TextEditor; MimeType=3Dtext/css;text/english;text/html;text/plain;text/x-c;text/x-ch= dr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-= makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-she= llscript; +Categories=3DDevelopment;TextEditor; diff --git a/emacsclient.desktop b/emacsclient.desktop index 4a43404..cc03ba0 100644 --- a/emacsclient.desktop +++ b/emacsclient.desktop @@ -1,13 +1,14 @@ [Desktop Entry] +Type=3DApplication +Version=3D1.0 Name=3DEmacsclient +NoDisplay=3Dtrue Comment=3DTell a running Emacs to visit a file Comment[de]=3DIn einer laufenden Emacs-Instanz eine Datei =C3=B6ffnen Comment[es]=3DAbrir un archivo en un Emacs corriente Comment[fr]=3DOuvre un fichier dans une instance d'Emacs qui est d=C3=A9= j=C3=A0 lanc=C3=A9e Icon=3Demacs -NoDisplay=3Dtrue TryExec=3D/usr/bin/emacsclient Exec=3D/usr/bin/emacsclient %F Terminal=3Dfalse -Type=3DApplication MimeType=3Dtext/css;text/english;text/html;text/plain;text/x-c;text/x-ch= dr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-= makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-she= llscript;