Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Easystroke
@ 2021-07-22 20:57 gtryujb
  2021-07-23  3:30 ` [PR REVIEW] Easystroke ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: gtryujb @ 2021-07-22 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gtryujb/void-packages easystroke
https://github.com/void-linux/void-packages/pull/32150

Easystroke
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
  - [x] x86_64
  - [x] i686

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

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

From 9d4d8d636332b12df83e3bbec988884b9f9cd169 Mon Sep 17 00:00:00 2001
From: gtryujb <gtryujb@users.noreply.github.com>
Date: Thu, 22 Jul 2021 18:36:27 +0100
Subject: [PATCH] New package: easystroke-0.6.0

---
 srcpkgs/easystroke/patches/git.patch | 20 ++++++++++++++++++++
 srcpkgs/easystroke/template          | 21 +++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/easystroke/patches/git.patch
 create mode 100644 srcpkgs/easystroke/template

diff --git a/srcpkgs/easystroke/patches/git.patch b/srcpkgs/easystroke/patches/git.patch
new file mode 100644
index 000000000000..98bfe3eeb7d1
--- /dev/null
+++ b/srcpkgs/easystroke/patches/git.patch
@@ -0,0 +1,20 @@
+diff -urb patched-easystroke-master.orig/easystroke/Makefile patched-easystroke-master/easystroke/Makefile
+--- patched-easystroke-master.orig/easystroke/Makefile	2021-07-19 17:16:39.949855973 +0100
++++ patched-easystroke-master/easystroke/Makefile	2021-07-19 17:17:43.041490580 +0100
+@@ -45,7 +45,7 @@
+ GENFILES = gui.c desktop.c po/POTFILES.in easystroke.desktop
+ GZFILES  = $(wildcard *.gz)
+ 
+-VERSION  = $(shell test -e debian/changelog && grep '(.*)' debian/changelog | sed 's/.*(//' | sed 's/).*//' | head -n1 || (test -e version && cat version || git describe))
++VERSION  =
+ GIT      = $(wildcard .git/index version)
+ DIST     = easystroke-$(VERSION)
+ 
+@@ -141,7 +141,6 @@
+ tmp/$(DIST): $(GIT)
+ 	$(RM) -r tmp
+ 	mkdir tmp
+-	git archive --format=tar --prefix=$(DIST)/ HEAD | (cd tmp && tar x)
+ 	echo $(VERSION) > $@/version
+ 	$(RM) $@/.gitignore $@/release
+ 
diff --git a/srcpkgs/easystroke/template b/srcpkgs/easystroke/template
new file mode 100644
index 000000000000..e089276abe4f
--- /dev/null
+++ b/srcpkgs/easystroke/template
@@ -0,0 +1,21 @@
+# Template file for 'easystroke'
+pkgname=easystroke
+version=0.6.0
+revision=1
+archs="i686 x86_64"
+wrksrc=patched-easystroke-master
+build_wrksrc=easystroke
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="boost-devel dbus-glib-devel gtkmm-devel xorg-server-devel"
+short_desc="Gesture recognition application for X11"
+maintainer="lopid <github23429@rainslide.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/thjaeger/easystroke/wiki/"
+distfiles="http://openartisthq.org/easystroke/patched-easystroke-master.tar.bz2"
+checksum=18bf167eaf7c41d91e6c17b1f8436eeb0988d34d47f523ef03789caab81e902a
+tags="mouse gestures"
+
+do_build() {
+	make PREFIX=/usr
+}

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

end of thread, other threads:[~2021-07-25 14:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22 20:57 [PR PATCH] Easystroke gtryujb
2021-07-23  3:30 ` [PR REVIEW] Easystroke ericonr
2021-07-23  3:30 ` ericonr
2021-07-23  3:30 ` ericonr
2021-07-23  3:30 ` ericonr
2021-07-23  3:30 ` ericonr
2021-07-23  5:56 ` Easystroke Anachron
2021-07-23 19:57 ` [PR PATCH] [Updated] Easystroke gtryujb
2021-07-25 12:39 ` gtryujb
2021-07-25 14:03 ` [PR REVIEW] Easystroke gtryujb
2021-07-25 14:15 ` Easystroke paper42
2021-07-25 14:46 ` [PR PATCH] [Closed]: Easystroke gtryujb

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).