Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] PackageKit: update to 1.2.2
@ 2020-11-11 21:08 ndowens
  2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-11 21:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages packagekit
https://github.com/void-linux/void-packages/pull/26304

PackageKit: update to 1.2.2


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

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

From a519633936eec88fbad27bf8a1b59282140fcdf2 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 15:07:50 -0600
Subject: [PATCH] PackageKit: update to 1.2.2

---
 srcpkgs/PackageKit/template | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/PackageKit/template b/srcpkgs/PackageKit/template
index cd74071c065..055130eb17e 100644
--- a/srcpkgs/PackageKit/template
+++ b/srcpkgs/PackageKit/template
@@ -1,33 +1,30 @@
 # Template file for 'PackageKit'
 pkgname=PackageKit
-version=1.1.13
+version=1.2.2
 revision=1
 wrksrc="PackageKit-PACKAGEKIT_${version//./_}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static --disable-gtk-doc --disable-local
- --disable-dummy --disable-gstreamer-plugin --disable-gtk-module
- --disable-command-not-found --disable-systemd $(vopt_enable vala)
- $(vopt_enable gir introspection)"
-hostmakedepends="automake glib-devel pkg-config libtool gtk-doc
- gobject-introspection intltool gettext-devel autoconf-archive which
- $(vopt_if vala 'vala-devel')"
-makedepends="libglib-devel sqlite-devel polkit-devel bash-completion
- $(vopt_if gir gobject-introspection) $(vopt_if vala 'vala-devel')"
+configure_args="-Dgstreamer_plugin=false -Dgtk_module=false
+ -Dsystemd=false -Dgobject_introspection=$(vopt_if gir true false)
+ -Doffline_update=false -Dbash_command_not_found=false"
+hostmakedepends="bash-completion pkg-config which"
+makedepends="gettext-devel glib-devel polkit-devel sqlite-devel
+ $(vopt_if vala 'vala-devel') libxslt-devel"
 short_desc="D-BUS abstraction layer to package management API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/hughsie/PackageKit"
 distfiles="https://github.com/hughsie/PackageKit/archive/PACKAGEKIT_${version//./_}.tar.gz"
-checksum=01de3d2d38a17a6d01ffbb9d7d5bb1caf38c57155a8aa3c4cd11feb21ec3f877
+checksum=e87e95ce7423f49eff6dad054c86ba6f922e52d0a757f822e0343da0f44d3dbb
 conf_files="/etc/PackageKit/PackageKit.conf /etc/PackageKit/PackageKit.conf"
 
 build_options="gir vala"
 build_options_default="gir vala"
 
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel gettext-devel"
+fi
 
 PackageKit-devel_package() {
 	depends="PackageKit-${version}_${revision}"

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

* Re: [PR PATCH] [Closed]: PackageKit: update to 1.2.2
  2020-11-11 21:08 [PR PATCH] PackageKit: update to 1.2.2 ndowens
@ 2020-11-14  0:36 ` ndowens
  2020-11-14  0:55 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  0:36 UTC (permalink / raw)
  To: ml

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

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

PackageKit: update to 1.2.2
https://github.com/void-linux/void-packages/pull/26304

Description:


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

* Re: [PR PATCH] [Updated] PackageKit: update to 1.2.2
  2020-11-11 21:08 [PR PATCH] PackageKit: update to 1.2.2 ndowens
  2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-14  0:55 ` ndowens
  2020-11-14  1:21 ` ndowens
  2020-11-14 15:02 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  0:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages packagekit
https://github.com/void-linux/void-packages/pull/26304

PackageKit: update to 1.2.2


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

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

From 68e920715cdd5e5ef8addf9f83673bfbad864e45 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 15:07:50 -0600
Subject: [PATCH] PackageKit: update to 1.2.2

---
 srcpkgs/PackageKit/template | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/PackageKit/template b/srcpkgs/PackageKit/template
index cd74071c065..805bd8245f9 100644
--- a/srcpkgs/PackageKit/template
+++ b/srcpkgs/PackageKit/template
@@ -1,34 +1,28 @@
 # Template file for 'PackageKit'
 pkgname=PackageKit
-version=1.1.13
+version=1.2.2
 revision=1
 wrksrc="PackageKit-PACKAGEKIT_${version//./_}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static --disable-gtk-doc --disable-local
- --disable-dummy --disable-gstreamer-plugin --disable-gtk-module
- --disable-command-not-found --disable-systemd $(vopt_enable vala)
- $(vopt_enable gir introspection)"
-hostmakedepends="automake glib-devel pkg-config libtool gtk-doc
- gobject-introspection intltool gettext-devel autoconf-archive which
- $(vopt_if vala 'vala-devel')"
-makedepends="libglib-devel sqlite-devel polkit-devel bash-completion
- $(vopt_if gir gobject-introspection) $(vopt_if vala 'vala-devel')"
+configure_args="-Dgstreamer_plugin=false -Dgtk_module=false
+ -Dsystemd=false -Dgobject_introspection=$(vopt_if gir true false)
+ -Doffline_update=false -Dbash_command_not_found=false"
+hostmakedepends="glib-devel gettext-devel $(vopt_if vala 'vala-devel')
+	 libxslt-devel pkg-config which"
+makedepends="bash-completion gettext-devel glib-devel polkit-devel sqlite-devel
+ $(vopt_if vala 'vala-devel') libxslt-devel"
 short_desc="D-BUS abstraction layer to package management API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/hughsie/PackageKit"
 distfiles="https://github.com/hughsie/PackageKit/archive/PACKAGEKIT_${version//./_}.tar.gz"
-checksum=01de3d2d38a17a6d01ffbb9d7d5bb1caf38c57155a8aa3c4cd11feb21ec3f877
+checksum=e87e95ce7423f49eff6dad054c86ba6f922e52d0a757f822e0343da0f44d3dbb
 conf_files="/etc/PackageKit/PackageKit.conf /etc/PackageKit/PackageKit.conf"
 
 build_options="gir vala"
 build_options_default="gir vala"
 
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
-
 PackageKit-devel_package() {
 	depends="PackageKit-${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] PackageKit: update to 1.2.2
  2020-11-11 21:08 [PR PATCH] PackageKit: update to 1.2.2 ndowens
  2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
  2020-11-14  0:55 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14  1:21 ` ndowens
  2020-11-14 15:02 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  1:21 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages packagekit
https://github.com/void-linux/void-packages/pull/26304

PackageKit: update to 1.2.2


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

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

From ee623189670a8d4aa8f34fce40dbdda1646e350c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 15:07:50 -0600
Subject: [PATCH] PackageKit: update to 1.2.2

[ci skip]
---
 srcpkgs/PackageKit/template | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/PackageKit/template b/srcpkgs/PackageKit/template
index cd74071c065..805bd8245f9 100644
--- a/srcpkgs/PackageKit/template
+++ b/srcpkgs/PackageKit/template
@@ -1,34 +1,28 @@
 # Template file for 'PackageKit'
 pkgname=PackageKit
-version=1.1.13
+version=1.2.2
 revision=1
 wrksrc="PackageKit-PACKAGEKIT_${version//./_}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static --disable-gtk-doc --disable-local
- --disable-dummy --disable-gstreamer-plugin --disable-gtk-module
- --disable-command-not-found --disable-systemd $(vopt_enable vala)
- $(vopt_enable gir introspection)"
-hostmakedepends="automake glib-devel pkg-config libtool gtk-doc
- gobject-introspection intltool gettext-devel autoconf-archive which
- $(vopt_if vala 'vala-devel')"
-makedepends="libglib-devel sqlite-devel polkit-devel bash-completion
- $(vopt_if gir gobject-introspection) $(vopt_if vala 'vala-devel')"
+configure_args="-Dgstreamer_plugin=false -Dgtk_module=false
+ -Dsystemd=false -Dgobject_introspection=$(vopt_if gir true false)
+ -Doffline_update=false -Dbash_command_not_found=false"
+hostmakedepends="glib-devel gettext-devel $(vopt_if vala 'vala-devel')
+	 libxslt-devel pkg-config which"
+makedepends="bash-completion gettext-devel glib-devel polkit-devel sqlite-devel
+ $(vopt_if vala 'vala-devel') libxslt-devel"
 short_desc="D-BUS abstraction layer to package management API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/hughsie/PackageKit"
 distfiles="https://github.com/hughsie/PackageKit/archive/PACKAGEKIT_${version//./_}.tar.gz"
-checksum=01de3d2d38a17a6d01ffbb9d7d5bb1caf38c57155a8aa3c4cd11feb21ec3f877
+checksum=e87e95ce7423f49eff6dad054c86ba6f922e52d0a757f822e0343da0f44d3dbb
 conf_files="/etc/PackageKit/PackageKit.conf /etc/PackageKit/PackageKit.conf"
 
 build_options="gir vala"
 build_options_default="gir vala"
 
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
-
 PackageKit-devel_package() {
 	depends="PackageKit-${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Merged]: PackageKit: update to 1.2.2
  2020-11-11 21:08 [PR PATCH] PackageKit: update to 1.2.2 ndowens
                   ` (2 preceding siblings ...)
  2020-11-14  1:21 ` ndowens
@ 2020-11-14 15:02 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-11-14 15:02 UTC (permalink / raw)
  To: ml

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

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

PackageKit: update to 1.2.2
https://github.com/void-linux/void-packages/pull/26304

Description:


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 21:08 [PR PATCH] PackageKit: update to 1.2.2 ndowens
2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  0:55 ` [PR PATCH] [Updated] " ndowens
2020-11-14  1:21 ` ndowens
2020-11-14 15:02 ` [PR PATCH] [Merged]: " Hoshpak

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