Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-js-common:  gnome-mime-data: drop 
@ 2024-03-31  5:40 sgn
  2024-03-31  7:03 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2024-03-31  5:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages gnome-mime-js-remove
https://github.com/void-linux/void-packages/pull/49619

gnome-js-common:  gnome-mime-data: drop 
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-mime-js-remove-49619.patch --]
[-- Type: text/x-diff, Size: 2803 bytes --]

From 9ebd91295a811bc9a55919543e1837ba5eb787c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 26 Mar 2024 13:12:28 +0700
Subject: [PATCH 1/2] gnome-js-common: drop

---
 srcpkgs/gnome-js-common/template | 13 -------------
 srcpkgs/gnome-js-common/update   |  1 -
 2 files changed, 14 deletions(-)
 delete mode 100644 srcpkgs/gnome-js-common/template
 delete mode 100644 srcpkgs/gnome-js-common/update

diff --git a/srcpkgs/gnome-js-common/template b/srcpkgs/gnome-js-common/template
deleted file mode 100644
index 2b3d43db2c4258..00000000000000
--- a/srcpkgs/gnome-js-common/template
+++ /dev/null
@@ -1,13 +0,0 @@
-# Template file for 'gnome-js-common'
-pkgname=gnome-js-common
-version=0.1.2
-revision=4
-build_style=gnu-configure
-hostmakedepends="pkg-config intltool"
-short_desc="GNOME JavaScript common modules"
-maintainer="Orphaned <orphan@voidlinux.org>"
-# There're some MIT, BSD, too. But, it's in a javascript file :shrug:
-license="GPL-3.0-only"
-homepage="http://live.gnome.org/Seed/"
-distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.bz2"
-checksum=1765be99f3d83cc57e1ec13a2bb963469b8e91b60239eeaab61d66d7744496e6
diff --git a/srcpkgs/gnome-js-common/update b/srcpkgs/gnome-js-common/update
deleted file mode 100644
index 8324d3b904d50a..00000000000000
--- a/srcpkgs/gnome-js-common/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="\Q$pkgname\E-\K[0-9]\.[0-9]*[0-9]\.[0-9.]*[0-9](?=)"

From 9a5f07a3d0f2f3b1b7cb3152e89f348aaf7e8545 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 26 Mar 2024 13:16:47 +0700
Subject: [PATCH 2/2] gnome-mime-data: drop

Required for GNOME VFS, which was replaced by GVfs.
---
 srcpkgs/gnome-mime-data/template | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 srcpkgs/gnome-mime-data/template

diff --git a/srcpkgs/gnome-mime-data/template b/srcpkgs/gnome-mime-data/template
deleted file mode 100644
index fdcd61370763ed..00000000000000
--- a/srcpkgs/gnome-mime-data/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'gnome-mime-data'
-pkgname=gnome-mime-data
-version=2.18.0
-revision=6
-build_style=gnu-configure
-hostmakedepends="intltool shared-mime-info"
-makedepends="shared-mime-info"
-depends="shared-mime-info"
-short_desc="Base MIME and Application database for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="http://www.gnome.org"
-distfiles="${GNOME_SITE}/${pkgname}/2.18/${pkgname}-${version}.tar.bz2"
-checksum=37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7
-conf_files="/etc/gnome-vfs-mime-magic"
-
-post_patch() {
-	vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
-}

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

end of thread, other threads:[~2024-04-18 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-31  5:40 [PR PATCH] gnome-js-common: gnome-mime-data: drop sgn
2024-03-31  7:03 ` [PR PATCH] [Updated] " sgn
2024-03-31  7:07 ` sgn
2024-04-18 11:12 ` [PR PATCH] [Closed]: " sgn

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