Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scite: use gtk+3
@ 2020-12-14 11:34 kartikynwa
  2020-12-14 11:56 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: kartikynwa @ 2020-12-14 11:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is a new pull request by kartikynwa against master on the void-packages repository

https://github.com/kartikynwa/void-packages scite-gtk3
https://github.com/void-linux/void-packages/pull/27142

scite: use gtk+3
builds and runs on x86_64

A patch file from https://github.com/void-linux/void-packages/pull/27142.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scite-gtk3-27142.patch --]
[-- Type: text/x-diff, Size: 1198 bytes --]

From c34fa2535e60be67b41b0ffa0f94814ea7442f51 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 14 Dec 2020 16:45:56 +0530
Subject: [PATCH] scite: use gtk+3

---
 srcpkgs/scite/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/scite/template b/srcpkgs/scite/template
index 2c7d7202146..11234338dd0 100644
--- a/srcpkgs/scite/template
+++ b/srcpkgs/scite/template
@@ -1,10 +1,10 @@
 # Template file for 'scite'
 pkgname=scite
 version=4.4.6
-revision=1
+revision=2
 create_wrksrc=yes
 hostmakedepends="pkg-config"
-makedepends="gtk+-devel lua53-devel"
+makedepends="gtk+3-devel lua53-devel"
 short_desc="SCIntilla based Text Editor"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
@@ -19,11 +19,11 @@ post_extract() {
 do_build() {
 	make ${makejobs} -C scintilla/gtk \
 		CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
-		CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS"
+		CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS" GTK3=1
 	make ${makejobs} -C scite/gtk \
 		CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
 		CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS" \
-		LUA_CORE_OBJS= LUA_LIB_OBJS=
+		LUA_CORE_OBJS= LUA_LIB_OBJS= GTK3=1
 }
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: scite: use gtk+3
  2020-12-14 11:34 [PR PATCH] scite: use gtk+3 kartikynwa
@ 2020-12-14 11:56 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2020-12-14 11:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

There's a merged pull request on the void-packages repository

scite: use gtk+3
https://github.com/void-linux/void-packages/pull/27142

Description:
builds and runs on x86_64

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

end of thread, other threads:[~2020-12-14 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 11:34 [PR PATCH] scite: use gtk+3 kartikynwa
2020-12-14 11:56 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).