Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: phoc-0.4.2 calls-0.1.7 purism-chatty--0.1.15
@ 2020-08-29 20:46 julio641742
  2020-08-29 22:12 ` [PR REVIEW] " fosslinux
                   ` (45 more replies)
  0 siblings, 46 replies; 47+ messages in thread
From: julio641742 @ 2020-08-29 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/julio641742/void-packages phosh
https://github.com/void-linux/void-packages/pull/24538

New packages: phoc-0.4.2 calls-0.1.7 purism-chatty--0.1.15
Getting ready for my pinephone :)

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

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

From 29acd691c461771dd3bb3166b9b704c360d9dc97 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Sat, 29 Aug 2020 11:47:35 -0700
Subject: [PATCH 1/6] New package: feedbackd-0.0.0+git20200707

---
 common/shlibs              |  1 +
 srcpkgs/feedbackd-devel    |  1 +
 srcpkgs/feedbackd/template | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/feedbackd-devel
 create mode 100644 srcpkgs/feedbackd/template

diff --git a/common/shlibs b/common/shlibs
index a6b5737b845..c106ad7118f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3988,3 +3988,4 @@ libaml.so.0 aml-0.1.0_1
 libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
 libJudy.so.1 judy-1.0.5_1
+libfeedback-0.0.so.0 feedbackd-0.0.0+git20200707_1
diff --git a/srcpkgs/feedbackd-devel b/srcpkgs/feedbackd-devel
new file mode 120000
index 00000000000..49dc965f1cd
--- /dev/null
+++ b/srcpkgs/feedbackd-devel
@@ -0,0 +1 @@
+feedbackd
\ No newline at end of file
diff --git a/srcpkgs/feedbackd/template b/srcpkgs/feedbackd/template
new file mode 100644
index 00000000000..f8c4d469e41
--- /dev/null
+++ b/srcpkgs/feedbackd/template
@@ -0,0 +1,26 @@
+# Template file for 'feedbackd'
+pkgname=feedbackd
+version=0.0.0+git20200707
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=meson
+configure_args="-Dtests=false -Dvapi=false -Dintrospection=disabled"
+hostmakedepends="glib-devel pkg-config"
+makedepends="gsound-devel libgudev-devel json-glib-devel"
+depends="dbus"
+short_desc="Daemon to provide haptic feedback on events"
+maintainer="Julio Galvan <julio-void@epazote.net>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/feedbackd"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=37cf48cbdbaee8e2d0bea406f5b6317bf0e3cdf79250f9ce0a884e7d3905a8ea
+
+feedbackd-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 863d7ee80dbe4c5bb73507f99e05e60db1bd9c90 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Sat, 29 Aug 2020 11:47:56 -0700
Subject: [PATCH 2/6] New package: phoc-0.4.2

---
 srcpkgs/phoc/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/phoc/template

diff --git a/srcpkgs/phoc/template b/srcpkgs/phoc/template
new file mode 100644
index 00000000000..b57a655dbfa
--- /dev/null
+++ b/srcpkgs/phoc/template
@@ -0,0 +1,15 @@
+# Template file for 'phoc'
+pkgname=phoc
+version=0.4.2
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=meson
+configure_args="-Dembed-wlroots=disabled -Dtests=false"
+hostmakedepends="glib-devel pkg-config wayland-devel"
+makedepends="gnome-desktop-devel wlroots-devel"
+short_desc="Wlroots based Phone compositor for the Phosh shell"
+maintainer="Julio Galvan <julio-void@epazote.net>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/phoc"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=bdb34644c7d49c953239c1e939bc5ee2bc26f6187b9d756b70b113d2734c712c

From d3b6ab4c698f03538ebc6f17272653a3feb67b1a Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Sat, 29 Aug 2020 11:48:48 -0700
Subject: [PATCH 3/6] New package: squeekboard-1.9.3

---
 srcpkgs/squeekboard/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/squeekboard/template

diff --git a/srcpkgs/squeekboard/template b/srcpkgs/squeekboard/template
new file mode 100644
index 00000000000..5461deffc73
--- /dev/null
+++ b/srcpkgs/squeekboard/template
@@ -0,0 +1,22 @@
+# Template file for 'squeekboard'
+pkgname=squeekboard
+version=1.9.3
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=meson
+build_helper=rust
+configure_args="-Dtests=false"
+hostmakedepends="glib-devel gettext pkg-config cargo wayland-devel"
+makedepends="rust gtk+3-devel gnome-desktop-devel feedbackd-devel"
+short_desc="Final Librem5 keyboard"
+maintainer="Julio Galvan <julio-void@epazote.net>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/squeekboard"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=b99e56faace3986bf752e08c104cea60ed896d514284840655033dd9457db824
+
+pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i cargo_build.sh -e "s/-a ./-a ${XBPS_CROSS_RUST_TARGET}/g"
+	fi
+}

From acf86ace7eb90e965f8b3ed8d31357d43fd64830 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Sat, 29 Aug 2020 11:48:59 -0700
Subject: [PATCH 4/6] New package: phosh-0.4.3

---
 srcpkgs/phosh/files/sm.puri.OSK0.desktop    | 12 +++++++++
 srcpkgs/phosh/files/sm.puri.Phosh.desktop   | 11 ++++++++
 srcpkgs/phosh/patches/32bit-build-fix.patch | 30 +++++++++++++++++++++
 srcpkgs/phosh/patches/meson.patch           | 10 +++++++
 srcpkgs/phosh/template                      | 20 ++++++++++++++
 5 files changed, 83 insertions(+)
 create mode 100644 srcpkgs/phosh/files/sm.puri.OSK0.desktop
 create mode 100644 srcpkgs/phosh/files/sm.puri.Phosh.desktop
 create mode 100644 srcpkgs/phosh/patches/32bit-build-fix.patch
 create mode 100644 srcpkgs/phosh/patches/meson.patch
 create mode 100644 srcpkgs/phosh/template

diff --git a/srcpkgs/phosh/files/sm.puri.OSK0.desktop b/srcpkgs/phosh/files/sm.puri.OSK0.desktop
new file mode 100644
index 00000000000..39740f15773
--- /dev/null
+++ b/srcpkgs/phosh/files/sm.puri.OSK0.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Name=On-screen keyboard
+Comment=Default on-screen keyboard
+Exec=/usr/bin/squeekboard
+Categories=GNOME;Core;
+OnlyShowIn=GNOME;
+NoDisplay=true
+X-GNOME-Autostart-Phase=Panel
+X-GNOME-Provides=inputmethod
+X-GNOME-Autostart-Notify=true
+X-GNOME-AutoRestart=true
diff --git a/srcpkgs/phosh/files/sm.puri.Phosh.desktop b/srcpkgs/phosh/files/sm.puri.Phosh.desktop
new file mode 100644
index 00000000000..84452845115
--- /dev/null
+++ b/srcpkgs/phosh/files/sm.puri.Phosh.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Phosh
+Name[en]=Phosh
+Comment=This session logs you into Phosh
+Comment[en]=This session logs in you into Phosh
+Exec=dbus-run-session /usr/bin/phosh
+TryExec=/usr/bin/phosh
+Icon=
+Type=Application
+X-DesktopNames=Phosh
+Keywords=launch;Phosh;desktop;session;
diff --git a/srcpkgs/phosh/patches/32bit-build-fix.patch b/srcpkgs/phosh/patches/32bit-build-fix.patch
new file mode 100644
index 00000000000..a98ecb0faa5
--- /dev/null
+++ b/srcpkgs/phosh/patches/32bit-build-fix.patch
@@ -0,0 +1,30 @@
+From d1da5ea7d18c6794c9a7d2f41355fe90d4115ac1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Tue, 4 Aug 2020 08:22:39 +0200
+Subject: [PATCH] timestamp-label: Unbreak build on 32 bit platforms
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Use a G_ format specifier for GTimeSpan.
+
+Signed-off-by: Guido Günther <guido.gunther@puri.sm>
+---
+ src/notifications/timestamp-label.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/notifications/timestamp-label.c b/src/notifications/timestamp-label.c
+index 0aa04ce0..a5a4d5e7 100644
+--- src/notifications/timestamp-label.c
++++ src/notifications/timestamp-label.c
+@@ -255,7 +255,7 @@ phosh_timestamp_label_calc_timeout (PhoshTimestampLabel *self)
+     break;
+   }
+   timeout_diff = g_date_time_difference (timeout_time, time_now);
+-  g_debug ("time out duration = %ld", timeout_diff);
++  g_debug ("time out duration: %" G_GINT64_FORMAT, timeout_diff);
+   return timeout_diff;
+ }
+ 
+-- 
+2.26.2
diff --git a/srcpkgs/phosh/patches/meson.patch b/srcpkgs/phosh/patches/meson.patch
new file mode 100644
index 00000000000..3d91f0c069d
--- /dev/null
+++ b/srcpkgs/phosh/patches/meson.patch
@@ -0,0 +1,10 @@
+--- meson.build	2020-08-02 09:47:19.000000000 -0700
++++ meson.build	2020-08-28 16:50:25.592370097 -0700
+@@ -152,7 +152,6 @@
+   'Phosh @0@'.format(meson.project_version()),
+   '',
+   '        Tests: @0@'.format(get_option('tests')),
+-  '   Phoc Tests: @0@'.format(run_phoc_tests),
+   'Documentation: @0@'.format(get_option('gtk_doc')),
+   '-----------',
+ ]
diff --git a/srcpkgs/phosh/template b/srcpkgs/phosh/template
new file mode 100644
index 00000000000..54b78ea6a68
--- /dev/null
+++ b/srcpkgs/phosh/template
@@ -0,0 +1,20 @@
+# Template file for 'phosh'
+pkgname=phosh
+version=0.4.3
+revision=1
+build_style=meson
+configure_args="-Dtests=false -Dphoc_tests=disabled"
+hostmakedepends="glib-devel gettext pkg-config wayland-devel"
+makedepends="feedbackd-devel gcr-devel gnome-desktop-devel pam-devel polkit-devel pulseaudio-devel libsecret-devel libhandy-devel NetworkManager-devel upower-devel"
+depends="phoc squeekboard"
+short_desc="Shell PoC for the Librem5"
+maintainer="Julio Galvan <julio-void@epazote.net>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/phosh"
+distfiles="https://repo.pureos.net/pureos/pool/main/p/phosh/phosh_$version.tar.xz"
+checksum=c6fc68aafaf78412637b0f509aafbbca877bda3fe19511bf340b824d7cdbd4ee
+
+post_install() {
+	vcopy ${FILESDIR}/sm.puri.OSK0.desktop usr/share/applications
+	vcopy ${FILESDIR}/sm.puri.Phosh.desktop usr/share/applications
+}

From 59ef3690a5df0b641becf4f3b9e0df2f7086355a Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Sat, 29 Aug 2020 11:49:14 -0700
Subject: [PATCH 5/6] New package: calls-0.1.7

---
 srcpkgs/calls/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/calls/template

diff --git a/srcpkgs/calls/template b/srcpkgs/calls/template
new file mode 100644
index 00000000000..39ee42145c4
--- /dev/null
+++ b/srcpkgs/calls/template
@@ -0,0 +1,16 @@
+# Template file for 'calls'
+pkgname=calls
+version=0.1.7
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=meson
+configure_args="-Dtests=false"
+hostmakedepends="glib-devel gettext vala pkg-config wayland-devel evolution-data-server-devel"
+makedepends="folks-devel libhandy-devel libpeas-devel gom-devel ModemManager-devel feedbackd-devel"
+depends="NetworkManager"
+short_desc="Phone call application"
+maintainer="Julio Galvan <julio-void@epazote.net>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/calls"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=477c55d483ca13f6ac98209c3c4d6c5858f706e72a133616dcb6827ef25829c7

From 5586bdcafab15bece3e9549445eb596442ecf8a3 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio-void@epazote.net>
Date: Sat, 29 Aug 2020 13:43:20 -0700
Subject: [PATCH 6/6] New package: purism-chatty--0.1.15

---
 .../patches/meson-remove-tests.patch          | 10 +++++++++
 srcpkgs/purism-chatty/template                | 21 +++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/purism-chatty/patches/meson-remove-tests.patch
 create mode 100644 srcpkgs/purism-chatty/template

diff --git a/srcpkgs/purism-chatty/patches/meson-remove-tests.patch b/srcpkgs/purism-chatty/patches/meson-remove-tests.patch
new file mode 100644
index 00000000000..645b3730df1
--- /dev/null
+++ b/srcpkgs/purism-chatty/patches/meson-remove-tests.patch
@@ -0,0 +1,10 @@
+--- meson.build	2020-08-20 02:10:32.000000000 -0700
++++ meson.build	2020-08-29 12:27:19.845578162 -0700
+@@ -91,7 +91,6 @@
+ subdir('completion')
+ subdir('data')
+ subdir('src')
+-subdir('tests')
+ subdir('po')
+ 
+ meson.add_install_script('build-aux/meson/postinstall.py')
diff --git a/srcpkgs/purism-chatty/template b/srcpkgs/purism-chatty/template
new file mode 100644
index 00000000000..414d489678b
--- /dev/null
+++ b/srcpkgs/purism-chatty/template
@@ -0,0 +1,21 @@
+# Template file for 'purism-chatty'
+pkgname=purism-chatty
+_pkgname=chatty
+version=0.1.15
+revision=1
+wrksrc=${_pkgname}-v${version}
+build_style=meson
+hostmakedepends="glib-devel pkg-config gettext"
+makedepends="feedbackd-devel libhandy-devel evolution-data-server-devel libpurple libpurple-devel"
+short_desc="XMPP and SMS messaging via libpurple and Modemmanager"
+maintainer="Julio Galvan <julio-void@epazote.net>"
+license="GPL-3.0-or-later"
+homepage="https://source.puri.sm/Librem5/chatty"
+distfiles="${homepage}/-/archive/v${version}/${_pkgname}-v${version}.tar.gz"
+checksum=9be2b79a266a7fa1e3d3e7ba447ff89d2b9e44312d6e55f2a63d191369528d64
+
+pre_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build -e "s/purple_plugdir =.*/purple_plugdir = \'\/usr\/${XBPS_CROSS_TRIPLET}\/usr\/lib\/purple-2\'/g"
+	fi
+}

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

end of thread, other threads:[~2022-05-03  2:13 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 20:46 [PR PATCH] New packages: phoc-0.4.2 calls-0.1.7 purism-chatty--0.1.15 julio641742
2020-08-29 22:12 ` [PR REVIEW] " fosslinux
2020-08-29 22:12 ` fosslinux
2020-08-30  0:21 ` [PR PATCH] [Updated] " julio641742
2020-08-30  1:36 ` julio641742
2020-08-30  3:47 ` New packages: phoc-0.4.2 calls-0.1.7 purism-chatty-0.1.15 julio641742
2020-08-30  3:56 ` [PR REVIEW] " fosslinux
2020-08-30  3:56 ` fosslinux
2020-08-30  4:08 ` ericonr
2020-08-30  4:10 ` ericonr
2020-08-30 17:10 ` PaperMountainStudio
2020-08-31  0:27 ` [PR PATCH] [Updated] " julio641742
2020-08-31  0:32 ` julio641742
2020-08-31  0:35 ` [PR REVIEW] " julio641742
2020-08-31  0:39 ` [PR PATCH] [Updated] " julio641742
2020-08-31  0:41 ` julio641742
2020-08-31  1:06 ` [PR REVIEW] " ericonr
2020-09-12 18:00 ` [PR PATCH] [Updated] " julio641742
2020-09-12 18:19 ` julio641742
2020-09-12 18:46 ` julio641742
2020-09-12 18:52 ` julio641742
2020-09-12 21:46 ` [PR PATCH] [Updated] " julio641742
2020-09-12 22:08 ` julio641742
2020-09-12 22:23 ` julio641742
2020-09-12 22:32 ` julio641742
2020-09-12 23:17 ` julio641742
2020-09-13  5:35 ` [PR PATCH] [Updated] " julio641742
2020-09-13  5:53 ` julio641742
2020-09-13  7:42 ` julio641742
2020-09-13 12:08 ` jjsullivan5196
2020-09-13 12:08 ` jjsullivan5196
2020-09-19  8:24 ` [PR PATCH] [Updated] " julio641742
2020-09-20  2:14 ` julio641742
2020-09-20  4:57 ` julio641742
2020-09-21 11:11 ` jjsullivan5196
2020-09-21 11:11 ` jjsullivan5196
2020-09-21 11:12 ` jjsullivan5196
2020-09-23 21:47 ` [PR PATCH] [Updated] " julio641742
2020-09-23 21:49 ` julio641742
2020-09-25  9:23 ` jjsullivan5196
2020-10-02 21:44 ` Frick-David
2021-02-27 14:20 ` jcgruenhage
2021-02-28 10:36 ` jcgruenhage
2021-02-28 20:05 ` jcgruenhage
2021-02-28 21:32 ` jcgruenhage
2022-04-19  2:12 ` github-actions
2022-05-03  2:13 ` [PR PATCH] [Closed]: " github-actions

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