Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gsimplecal-gtk3: update to 2.4.1.
@ 2022-08-08 18:18 Chocimier
  2022-08-08 19:37 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chocimier @ 2022-08-08 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org gsimplecal
https://github.com/void-linux/void-packages/pull/38539

gsimplecal-gtk3: update to 2.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38539.patch is attached

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

From cc566f8b2b672f9962adcc69d47cf51534ace989 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 8 Aug 2022 20:16:56 +0200
Subject: [PATCH 1/2] gsimplecal-gtk2: update to 2.4.1.

---
 srcpkgs/gsimplecal-gtk2/patches/musl.patch | 19 -------------------
 srcpkgs/gsimplecal-gtk2/template           |  7 ++++---
 2 files changed, 4 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/gsimplecal-gtk2/patches/musl.patch

diff --git a/srcpkgs/gsimplecal-gtk2/patches/musl.patch b/srcpkgs/gsimplecal-gtk2/patches/musl.patch
deleted file mode 100644
index eef2a786bb73..000000000000
--- a/srcpkgs/gsimplecal-gtk2/patches/musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/Unique.cpp.orig	2016-04-24 08:08:43.921536576 +0200
-+++ b/src/Unique.cpp	2016-04-24 08:09:18.615896283 +0200
-@@ -1,10 +1,16 @@
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
- #include <limits.h>
- #include <signal.h>
- #include <sys/sem.h>
-+#ifdef HAVE_SYSCTL_H
- #include <sys/sysctl.h>
-+#endif
- #include <sys/types.h>
- 
- #include "Unique.hpp"
diff --git a/srcpkgs/gsimplecal-gtk2/template b/srcpkgs/gsimplecal-gtk2/template
index 73cf3bd39b88..3d310dbccac3 100644
--- a/srcpkgs/gsimplecal-gtk2/template
+++ b/srcpkgs/gsimplecal-gtk2/template
@@ -1,7 +1,7 @@
 # Template file for 'gsimplecal-gtk2'
 pkgname=gsimplecal-gtk2
-version=2.1
-revision=4
+version=2.4.1
+revision=1
 wrksrc="${pkgname%-*}-${version}"
 build_style=gnu-configure
 configure_args="--enable-gtk2"
@@ -11,8 +11,9 @@ short_desc="Simple and lightweight GTK calendar"
 maintainer="Jarbowski <jarbowski@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://dmedvinsky.github.io/gsimplecal/"
+changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
 distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
-checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
+checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
 
 replaces="gsimplecal-gtk3>=0"
 

From 2fd988505e3184bbd945c445227cb16020572d5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 8 Aug 2022 20:17:07 +0200
Subject: [PATCH 2/2] gsimplecal-gtk3: update to 2.4.1.

---
 srcpkgs/gsimplecal-gtk3/patches  | 1 -
 srcpkgs/gsimplecal-gtk3/template | 7 ++++---
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 120000 srcpkgs/gsimplecal-gtk3/patches

diff --git a/srcpkgs/gsimplecal-gtk3/patches b/srcpkgs/gsimplecal-gtk3/patches
deleted file mode 120000
index 7ee8024d19bb..000000000000
--- a/srcpkgs/gsimplecal-gtk3/patches
+++ /dev/null
@@ -1 +0,0 @@
-../gsimplecal-gtk2/patches
\ No newline at end of file
diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template
index 52acc624d51c..d0f210ef19f4 100644
--- a/srcpkgs/gsimplecal-gtk3/template
+++ b/srcpkgs/gsimplecal-gtk3/template
@@ -1,7 +1,7 @@
 # Template file for 'gsimplecal-gtk3'
 pkgname=gsimplecal-gtk3
-version=2.1
-revision=4
+version=2.4.1
+revision=1
 wrksrc="${pkgname%-*}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
@@ -10,8 +10,9 @@ short_desc="Simple and lightweight GTK calendar"
 maintainer="Jarbowski <jarbowski@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://dmedvinsky.github.io/gsimplecal/"
+changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
 distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
-checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
+checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
 
 replaces="gsimplecal-gtk2>=0"
 

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

* Re: gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
@ 2022-08-08 19:37 ` paper42
  2022-08-09 18:22 ` [PR PATCH] [Updated] " Chocimier
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-08-08 19:37 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38539#issuecomment-1208531681

Comment:
can we drop the gtk2 version?

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

* Re: [PR PATCH] [Updated] gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
  2022-08-08 19:37 ` paper42
@ 2022-08-09 18:22 ` Chocimier
  2022-08-09 18:26 ` Chocimier
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-08-09 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org gsimplecal
https://github.com/void-linux/void-packages/pull/38539

gsimplecal-gtk3: update to 2.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38539.patch is attached

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

From bf01e741608154553dd3cf573b6e73348c9236f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 8 Aug 2022 20:17:07 +0200
Subject: [PATCH 1/2] gsimplecal-gtk3: update to 2.4.1.

---
 srcpkgs/gsimplecal-gtk3/patches  | 1 -
 srcpkgs/gsimplecal-gtk3/template | 7 ++++---
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 120000 srcpkgs/gsimplecal-gtk3/patches

diff --git a/srcpkgs/gsimplecal-gtk3/patches b/srcpkgs/gsimplecal-gtk3/patches
deleted file mode 120000
index 7ee8024d19bb..000000000000
--- a/srcpkgs/gsimplecal-gtk3/patches
+++ /dev/null
@@ -1 +0,0 @@
-../gsimplecal-gtk2/patches
\ No newline at end of file
diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template
index 52acc624d51c..d0f210ef19f4 100644
--- a/srcpkgs/gsimplecal-gtk3/template
+++ b/srcpkgs/gsimplecal-gtk3/template
@@ -1,7 +1,7 @@
 # Template file for 'gsimplecal-gtk3'
 pkgname=gsimplecal-gtk3
-version=2.1
-revision=4
+version=2.4.1
+revision=1
 wrksrc="${pkgname%-*}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
@@ -10,8 +10,9 @@ short_desc="Simple and lightweight GTK calendar"
 maintainer="Jarbowski <jarbowski@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://dmedvinsky.github.io/gsimplecal/"
+changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
 distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
-checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
+checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
 
 replaces="gsimplecal-gtk2>=0"
 

From 26cc7df0add394b56ef705642dc3bcbcf190a885 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 8 Aug 2022 20:16:56 +0200
Subject: [PATCH 2/2] gsimplecal-gtk2: transition to gsimplecal-gtk3

---
 srcpkgs/gsimplecal-gtk2                    |  1 +
 srcpkgs/gsimplecal-gtk2/patches/musl.patch | 19 ----------------
 srcpkgs/gsimplecal-gtk2/template           | 25 ----------------------
 srcpkgs/gsimplecal-gtk3/template           |  8 +++++--
 4 files changed, 7 insertions(+), 46 deletions(-)
 create mode 120000 srcpkgs/gsimplecal-gtk2
 delete mode 100644 srcpkgs/gsimplecal-gtk2/patches/musl.patch
 delete mode 100644 srcpkgs/gsimplecal-gtk2/template

diff --git a/srcpkgs/gsimplecal-gtk2 b/srcpkgs/gsimplecal-gtk2
new file mode 120000
index 000000000000..bd547b0783c2
--- /dev/null
+++ b/srcpkgs/gsimplecal-gtk2
@@ -0,0 +1 @@
+gsimplecal-gtk3
\ No newline at end of file
diff --git a/srcpkgs/gsimplecal-gtk2/patches/musl.patch b/srcpkgs/gsimplecal-gtk2/patches/musl.patch
deleted file mode 100644
index eef2a786bb73..000000000000
--- a/srcpkgs/gsimplecal-gtk2/patches/musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/Unique.cpp.orig	2016-04-24 08:08:43.921536576 +0200
-+++ b/src/Unique.cpp	2016-04-24 08:09:18.615896283 +0200
-@@ -1,10 +1,16 @@
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
- #include <limits.h>
- #include <signal.h>
- #include <sys/sem.h>
-+#ifdef HAVE_SYSCTL_H
- #include <sys/sysctl.h>
-+#endif
- #include <sys/types.h>
- 
- #include "Unique.hpp"
diff --git a/srcpkgs/gsimplecal-gtk2/template b/srcpkgs/gsimplecal-gtk2/template
deleted file mode 100644
index 73cf3bd39b88..000000000000
--- a/srcpkgs/gsimplecal-gtk2/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'gsimplecal-gtk2'
-pkgname=gsimplecal-gtk2
-version=2.1
-revision=4
-wrksrc="${pkgname%-*}-${version}"
-build_style=gnu-configure
-configure_args="--enable-gtk2"
-hostmakedepends="automake pkg-config"
-makedepends="gtk+-devel"
-short_desc="Simple and lightweight GTK calendar"
-maintainer="Jarbowski <jarbowski@gmail.com>"
-license="BSD-3-Clause"
-homepage="http://dmedvinsky.github.io/gsimplecal/"
-distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
-checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
-
-replaces="gsimplecal-gtk3>=0"
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-}
diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template
index d0f210ef19f4..cd2af06a7407 100644
--- a/srcpkgs/gsimplecal-gtk3/template
+++ b/srcpkgs/gsimplecal-gtk3/template
@@ -14,8 +14,6 @@ changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
 distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
 checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
 
-replaces="gsimplecal-gtk2>=0"
-
 pre_configure() {
 	./autogen.sh
 }
@@ -23,3 +21,9 @@ pre_configure() {
 post_install() {
 	vlicense COPYING
 }
+
+gsimplecal-gtk2_package() {
+	build_style=meta
+	depends="gsimplecal-gtk3>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+}

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

* Re: gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
  2022-08-08 19:37 ` paper42
  2022-08-09 18:22 ` [PR PATCH] [Updated] " Chocimier
@ 2022-08-09 18:26 ` Chocimier
  2022-08-09 18:53 ` jarbowski
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-08-09 18:26 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/38539#issuecomment-1209726928

Comment:
gtk2 version dropped

cc @jarbowski, I could take over maintainership too.

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

* Re: gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
                   ` (2 preceding siblings ...)
  2022-08-09 18:26 ` Chocimier
@ 2022-08-09 18:53 ` jarbowski
  2022-08-09 18:59 ` [PR PATCH] [Updated] " Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jarbowski @ 2022-08-09 18:53 UTC (permalink / raw)
  To: ml

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

New comment by jarbowski on void-packages repository

https://github.com/void-linux/void-packages/pull/38539#issuecomment-1209757610

Comment:
Hey,
Feel free to take over maintainership as I don't use Void Linux anymore.
Cheers

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

* Re: [PR PATCH] [Updated] gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
                   ` (3 preceding siblings ...)
  2022-08-09 18:53 ` jarbowski
@ 2022-08-09 18:59 ` Chocimier
  2022-08-09 19:10 ` [PR PATCH] [Merged]: " Chocimier
  2022-08-09 19:10 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-08-09 18:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org gsimplecal
https://github.com/void-linux/void-packages/pull/38539

gsimplecal-gtk3: update to 2.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38539.patch is attached

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

From 16cb9806bfc1007f9d5a9551692b5f14542039c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 8 Aug 2022 20:17:07 +0200
Subject: [PATCH 1/2] gsimplecal-gtk3: update to 2.4.1, adopt.

---
 srcpkgs/gsimplecal-gtk3/patches  | 1 -
 srcpkgs/gsimplecal-gtk3/template | 9 +++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 120000 srcpkgs/gsimplecal-gtk3/patches

diff --git a/srcpkgs/gsimplecal-gtk3/patches b/srcpkgs/gsimplecal-gtk3/patches
deleted file mode 120000
index 7ee8024d19bb..000000000000
--- a/srcpkgs/gsimplecal-gtk3/patches
+++ /dev/null
@@ -1 +0,0 @@
-../gsimplecal-gtk2/patches
\ No newline at end of file
diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template
index 52acc624d51c..ab90906496b8 100644
--- a/srcpkgs/gsimplecal-gtk3/template
+++ b/srcpkgs/gsimplecal-gtk3/template
@@ -1,17 +1,18 @@
 # Template file for 'gsimplecal-gtk3'
 pkgname=gsimplecal-gtk3
-version=2.1
-revision=4
+version=2.4.1
+revision=1
 wrksrc="${pkgname%-*}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
 makedepends="gtk+3-devel"
 short_desc="Simple and lightweight GTK calendar"
-maintainer="Jarbowski <jarbowski@gmail.com>"
+maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="BSD-3-Clause"
 homepage="http://dmedvinsky.github.io/gsimplecal/"
+changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
 distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
-checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
+checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
 
 replaces="gsimplecal-gtk2>=0"
 

From f6fabfea757c528a2890124c8b49d75a029ba79f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Mon, 8 Aug 2022 20:16:56 +0200
Subject: [PATCH 2/2] gsimplecal-gtk2: transition to gsimplecal-gtk3

---
 srcpkgs/gsimplecal-gtk2                    |  1 +
 srcpkgs/gsimplecal-gtk2/patches/musl.patch | 19 ----------------
 srcpkgs/gsimplecal-gtk2/template           | 25 ----------------------
 srcpkgs/gsimplecal-gtk3/template           |  8 +++++--
 4 files changed, 7 insertions(+), 46 deletions(-)
 create mode 120000 srcpkgs/gsimplecal-gtk2
 delete mode 100644 srcpkgs/gsimplecal-gtk2/patches/musl.patch
 delete mode 100644 srcpkgs/gsimplecal-gtk2/template

diff --git a/srcpkgs/gsimplecal-gtk2 b/srcpkgs/gsimplecal-gtk2
new file mode 120000
index 000000000000..bd547b0783c2
--- /dev/null
+++ b/srcpkgs/gsimplecal-gtk2
@@ -0,0 +1 @@
+gsimplecal-gtk3
\ No newline at end of file
diff --git a/srcpkgs/gsimplecal-gtk2/patches/musl.patch b/srcpkgs/gsimplecal-gtk2/patches/musl.patch
deleted file mode 100644
index eef2a786bb73..000000000000
--- a/srcpkgs/gsimplecal-gtk2/patches/musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/Unique.cpp.orig	2016-04-24 08:08:43.921536576 +0200
-+++ b/src/Unique.cpp	2016-04-24 08:09:18.615896283 +0200
-@@ -1,10 +1,16 @@
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
- #include <limits.h>
- #include <signal.h>
- #include <sys/sem.h>
-+#ifdef HAVE_SYSCTL_H
- #include <sys/sysctl.h>
-+#endif
- #include <sys/types.h>
- 
- #include "Unique.hpp"
diff --git a/srcpkgs/gsimplecal-gtk2/template b/srcpkgs/gsimplecal-gtk2/template
deleted file mode 100644
index 73cf3bd39b88..000000000000
--- a/srcpkgs/gsimplecal-gtk2/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'gsimplecal-gtk2'
-pkgname=gsimplecal-gtk2
-version=2.1
-revision=4
-wrksrc="${pkgname%-*}-${version}"
-build_style=gnu-configure
-configure_args="--enable-gtk2"
-hostmakedepends="automake pkg-config"
-makedepends="gtk+-devel"
-short_desc="Simple and lightweight GTK calendar"
-maintainer="Jarbowski <jarbowski@gmail.com>"
-license="BSD-3-Clause"
-homepage="http://dmedvinsky.github.io/gsimplecal/"
-distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
-checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
-
-replaces="gsimplecal-gtk3>=0"
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-}
diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template
index ab90906496b8..21c75517bdb8 100644
--- a/srcpkgs/gsimplecal-gtk3/template
+++ b/srcpkgs/gsimplecal-gtk3/template
@@ -14,8 +14,6 @@ changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
 distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
 checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
 
-replaces="gsimplecal-gtk2>=0"
-
 pre_configure() {
 	./autogen.sh
 }
@@ -23,3 +21,9 @@ pre_configure() {
 post_install() {
 	vlicense COPYING
 }
+
+gsimplecal-gtk2_package() {
+	build_style=meta
+	depends="gsimplecal-gtk3>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+}

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

* Re: [PR PATCH] [Merged]: gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
                   ` (4 preceding siblings ...)
  2022-08-09 18:59 ` [PR PATCH] [Updated] " Chocimier
@ 2022-08-09 19:10 ` Chocimier
  2022-08-09 19:10 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-08-09 19:10 UTC (permalink / raw)
  To: ml

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

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

gsimplecal-gtk3: update to 2.4.1.
https://github.com/void-linux/void-packages/pull/38539

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->


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

* Re: gsimplecal-gtk3: update to 2.4.1.
  2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
                   ` (5 preceding siblings ...)
  2022-08-09 19:10 ` [PR PATCH] [Merged]: " Chocimier
@ 2022-08-09 19:10 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-08-09 19:10 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/38539#issuecomment-1209773712

Comment:
I hope we'll meet again!

Regards

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

end of thread, other threads:[~2022-08-09 19:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08 18:18 [PR PATCH] gsimplecal-gtk3: update to 2.4.1 Chocimier
2022-08-08 19:37 ` paper42
2022-08-09 18:22 ` [PR PATCH] [Updated] " Chocimier
2022-08-09 18:26 ` Chocimier
2022-08-09 18:53 ` jarbowski
2022-08-09 18:59 ` [PR PATCH] [Updated] " Chocimier
2022-08-09 19:10 ` [PR PATCH] [Merged]: " Chocimier
2022-08-09 19:10 ` Chocimier

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