diff options
Diffstat (limited to 'scite/debian')
-rw-r--r-- | scite/debian/_service | 4 | ||||
-rw-r--r-- | scite/debian/changelog | 12 | ||||
-rw-r--r-- | scite/debian/patches/0001-do_not_use_remote_logo.patch (renamed from scite/debian/patches/0002-do_not_use_remote_logo.patch) | 8 | ||||
-rw-r--r-- | scite/debian/patches/0002-reproducible_build.patch (renamed from scite/debian/patches/0003-reproducible_build.patch) | 4 | ||||
-rw-r--r-- | scite/debian/patches/0003-scite-desktop.patch (renamed from scite/debian/patches/0005-scite-desktop.patch) | 4 | ||||
-rw-r--r-- | scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch (renamed from scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch) | 20 | ||||
-rw-r--r-- | scite/debian/patches/series | 8 | ||||
-rw-r--r-- | scite/debian/scite+stackrpms.dsc | 2 |
8 files changed, 41 insertions, 21 deletions
diff --git a/scite/debian/_service b/scite/debian/_service index 88ccb3e..a4fd393 100644 --- a/scite/debian/_service +++ b/scite/debian/_service @@ -14,8 +14,8 @@ <service name="download_url"> <param name="protocol">https</param> <param name="host">www.scintilla.org</param> - <param name="path">scite539.tgz</param> - <param name="filename">scite_5.3.9.orig.tar.gz</param> + <param name="path">scite540.tgz</param> + <param name="filename">scite_5.4.0.orig.tar.gz</param> </service> <service name="extract_file"> <param name="archive">*.tar.xz</param> diff --git a/scite/debian/changelog b/scite/debian/changelog index 42226e2..0d8d007 100644 --- a/scite/debian/changelog +++ b/scite/debian/changelog @@ -1,9 +1,17 @@ -scite (5.3.9-1+stackrpms) unstable; urgency=medium +scite (5.4.0-100+stackrpms) unstable; urgency=medium * Add stackrpms lua script and customized global.properties * Use lua 5.4.4 - -- B. Stack <bgstack15@gmail.com> Thu, 16 Nov 2023 10:43:26 -0500 + -- B. Stack <bgstack15@gmail.com> Mon, 04 Dec 2023 15:35:16 -0500 + +scite (5.4.0-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + - Refresh and renumber all patches. + + -- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 26 Nov 2023 07:32:58 +0000 scite (5.3.9-1) unstable; urgency=medium diff --git a/scite/debian/patches/0002-do_not_use_remote_logo.patch b/scite/debian/patches/0001-do_not_use_remote_logo.patch index c90927e..d6eeaac 100644 --- a/scite/debian/patches/0002-do_not_use_remote_logo.patch +++ b/scite/debian/patches/0001-do_not_use_remote_logo.patch @@ -8,9 +8,11 @@ Subject: Fix the "privacy-breach-logo" error detected by lintian scite/doc/SciTE.html | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) +diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html +index 258df4a..0d4c8c4 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html -@@ -172,20 +172,7 @@ +@@ -177,20 +177,7 @@ if (!IsRemote()) { //if NOT remote... </p> There is a <a href="https://sourceforge.net/projects/scintilla/">Scintilla project page</a> hosted on @@ -32,9 +34,11 @@ Subject: Fix the "privacy-breach-logo" error detected by lintian </body> </html> +diff --git a/scite/doc/SciTE.html b/scite/doc/SciTE.html +index 3e1709c..4f5017e 100644 --- a/scite/doc/SciTE.html +++ b/scite/doc/SciTE.html -@@ -139,20 +139,7 @@ +@@ -142,20 +142,7 @@ if (IsRemote()) { <a href="https://sourceforge.net/project/showfiles.php?group_id=2439">the downloads page</a>. </p> There is a <a href="https://sourceforge.net/projects/scintilla/">Scintilla project page</a> hosted on diff --git a/scite/debian/patches/0003-reproducible_build.patch b/scite/debian/patches/0002-reproducible_build.patch index ae3715f..d91ff9b 100644 --- a/scite/debian/patches/0003-reproducible_build.patch +++ b/scite/debian/patches/0002-reproducible_build.patch @@ -7,9 +7,11 @@ Subject: Allow reproducible build scite/src/Credits.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) +diff --git a/scite/src/Credits.cxx b/scite/src/Credits.cxx +index 7489bf2..3e8ff89 100644 --- a/scite/src/Credits.cxx +++ b/scite/src/Credits.cxx -@@ -615,7 +615,7 @@ +@@ -619,7 +619,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle } AddStyledText(wsci, GetTranslationToAbout("Version"), trsSty); AddStyledText(wsci, sVersion, 1); diff --git a/scite/debian/patches/0005-scite-desktop.patch b/scite/debian/patches/0003-scite-desktop.patch index c0d0693..cdea9cf 100644 --- a/scite/debian/patches/0005-scite-desktop.patch +++ b/scite/debian/patches/0003-scite-desktop.patch @@ -7,9 +7,11 @@ Add the Keywords entry to the desktop file. scite/gtk/SciTE.desktop | 1 + 1 file changed, 1 insertion(+) +diff --git a/scite/gtk/SciTE.desktop b/scite/gtk/SciTE.desktop +index e47c178..585ef41 100755 --- a/scite/gtk/SciTE.desktop +++ b/scite/gtk/SciTE.desktop -@@ -21,3 +21,4 @@ +@@ -21,3 +21,4 @@ Terminal=false StartupNotify=true Categories=TextEditor;Development;GTK; MimeType=text/plain; diff --git a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch index 1a69a2b..e622de0 100644 --- a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch +++ b/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch @@ -1,16 +1,18 @@ From: =?utf-8?q?Andreas_R=C3=B6nnquist?= <gusnan@debian.org> Date: Tue, 19 Jun 2018 15:34:57 +0200 Subject: Build with Debian packaged Lua -Forwarded: not-needed +Forwarded: not-needed --- scite/gtk/deps.mak | 6 +----- scite/gtk/makefile | 30 ++++-------------------------- 2 files changed, 5 insertions(+), 31 deletions(-) +diff --git a/scite/gtk/deps.mak b/scite/gtk/deps.mak +index 919cba9..af4432a 100644 --- a/scite/gtk/deps.mak +++ b/scite/gtk/deps.mak -@@ -267,11 +267,7 @@ +@@ -267,11 +267,7 @@ LuaExtension.o: \ ../src/Extender.h \ ../src/IFaceTable.h \ ../src/SciTEKeys.h \ @@ -23,22 +25,24 @@ Forwarded: not-needed MatchMarker.o: \ ../src/MatchMarker.cxx \ ../../scintilla/include/ScintillaTypes.h \ +diff --git a/scite/gtk/makefile b/scite/gtk/makefile +index a53e8f4..86ad0fe 100644 --- a/scite/gtk/makefile +++ b/scite/gtk/makefile -@@ -33,9 +33,9 @@ +@@ -33,9 +33,9 @@ GTK_VERSION = $(if $(GTK3),gtk+-3.0,gtk+-2.0) PYTHON = $(if $(windir),pyw,python3) -# For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. -CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) -CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) -+# stackrpms,3 For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. -+CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) $(shell $(PKG_CONFIG) --cflags lua5.4) -+CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) $(shell $(PKG_CONFIG) --libs lua5.4) ++# For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is. ++CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) $(shell $(PKG_CONFIG) --cflags lua5.3) ++CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) $(shell $(PKG_CONFIG) --libs lua5.3) gnomeprefix:=$(shell $(PKG_CONFIG) --variable=prefix $(GTK_VERSION) 2>/dev/null) ifndef prefix ifdef gnomeprefix -@@ -72,28 +72,6 @@ +@@ -72,28 +72,6 @@ DEFINES += -DPIXMAP_PATH=\"$(pixmapdir)\" -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG) BASE_FLAGS += $(if $(DEBUG),-g,-O3) @@ -67,7 +71,7 @@ Forwarded: not-needed LIBS += -lm -lstdc++ UNAME:=$(shell uname -s) -@@ -155,7 +133,7 @@ +@@ -155,7 +133,7 @@ SRC_OBJS = \ StyleWriter.o \ Utf8_16.o diff --git a/scite/debian/patches/series b/scite/debian/patches/series index 45df0d6..4ce0616 100644 --- a/scite/debian/patches/series +++ b/scite/debian/patches/series @@ -1,5 +1,5 @@ -0002-do_not_use_remote_logo.patch -0003-reproducible_build.patch -0005-scite-desktop.patch -0007-Build-with-Debian-packaged-Lua.patch +0001-do_not_use_remote_logo.patch +0002-reproducible_build.patch +0003-scite-desktop.patch +0004-Build-with-Debian-packaged-Lua.patch use-lua5.4.4.patch diff --git a/scite/debian/scite+stackrpms.dsc b/scite/debian/scite+stackrpms.dsc index 2317685..1b0f326 100644 --- a/scite/debian/scite+stackrpms.dsc +++ b/scite/debian/scite+stackrpms.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: scite Binary: scite Architecture: any -Version: 5.3.9-1+stackrpms +Version: 5.4.0-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://scintilla.org/SciTE.html Standards-Version: 4.6.0.1 |