Github messages for voidlinux
 help / color / mirror / Atom feed
From: kartikynwa <kartikynwa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] scite: use gtk+3
Date: Mon, 14 Dec 2020 12:34:14 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27142@inbox.vuxu.org> (raw)

[-- 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() {

             reply	other threads:[~2020-12-14 11:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 11:34 kartikynwa [this message]
2020-12-14 11:56 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27142@inbox.vuxu.org \
    --to=kartikynwa@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).