Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: orage-4.16.0
@ 2022-03-18 20:33 tibequadorian
  2022-03-18 20:43 ` tibequadorian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-18 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages orage
https://github.com/void-linux/void-packages/pull/36214

New package: orage-4.16.0
Orage is back :)

<!-- 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 [skip CI](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/36214.patch is attached

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

From cbb79a9df03a1a113be96d3d0df088e7736204ac Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 18 Mar 2022 21:28:43 +0100
Subject: [PATCH] New package: orage-4.16.0

---
 srcpkgs/orage/template            | 17 +++++++++++++++++
 srcpkgs/removed-packages/template |  3 +--
 2 files changed, 18 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/orage/template

diff --git a/srcpkgs/orage/template b/srcpkgs/orage/template
new file mode 100644
index 000000000000..0cfc8994c78c
--- /dev/null
+++ b/srcpkgs/orage/template
@@ -0,0 +1,17 @@
+# Template file for 'orage'
+pkgname=orage
+version=4.16.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool flex glib-devel dbus-glib-devel"
+makedepends="libical-devel libnotify-devel gtk+3-devel popt-devel
+ libxfce4util-devel libxfce4ui-devel xfce4-panel-devel"
+depends="hicolor-icon-theme desktop-file-utils"
+short_desc="Simple calendar application for Xfce"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/apps/orage/start"
+changelog="https://gitlab.xfce.org/apps/orage/-/raw/master/NEWS"
+distfiles="https://archive.xfce.org/src/apps/orage/${version%.*}/orage-$version.tar.bz2"
+checksum=26111a3b6a2007c82f1e0a1e0591b774a0b132f3a7f1cde53d9be661b2f11700
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c23125bb0cb4..318c0563242b 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=66
+revision=67
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -253,7 +253,6 @@ replaces="
  oce-devel<=0.18.3_1
  oce<=0.18.3_1
  onionshare<=2.2_5
- orage<=4.12.1_7
  paraview<=5.8.1_3
  perl-Gtk2-Ex-Simple-List<=0.50_4
  perl-Gtk2-ImageView<=0.05_8

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

* Re: New package: orage-4.16.0
  2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
@ 2022-03-18 20:43 ` tibequadorian
  2022-03-18 20:43 ` tibequadorian
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-18 20:43 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36214#issuecomment-1072782850

Comment:
@paper42 is it correct to remove it from `removed_packages`?

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

* Re: New package: orage-4.16.0
  2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
  2022-03-18 20:43 ` tibequadorian
@ 2022-03-18 20:43 ` tibequadorian
  2022-03-27 20:35 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-18 20:43 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36214#issuecomment-1072782850

Comment:
@paper42 is it correct to remove it from `removed-packages`?

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

* Re: [PR PATCH] [Updated] New package: orage-4.16.0
  2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
  2022-03-18 20:43 ` tibequadorian
  2022-03-18 20:43 ` tibequadorian
@ 2022-03-27 20:35 ` tibequadorian
  2022-03-27 20:36 ` tibequadorian
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-27 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages orage
https://github.com/void-linux/void-packages/pull/36214

New package: orage-4.16.0
Orage is back :)

<!-- 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 [skip CI](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/36214.patch is attached

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

From fbebee25459bd5bbda1b1aa841ca701898d22467 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 27 Mar 2022 22:35:11 +0200
Subject: [PATCH] New package: orage-4.16.0

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

diff --git a/srcpkgs/orage/template b/srcpkgs/orage/template
new file mode 100644
index 000000000000..0cfc8994c78c
--- /dev/null
+++ b/srcpkgs/orage/template
@@ -0,0 +1,17 @@
+# Template file for 'orage'
+pkgname=orage
+version=4.16.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-locales-dir=/usr/share/locale"
+hostmakedepends="pkg-config intltool flex glib-devel dbus-glib-devel"
+makedepends="libical-devel libnotify-devel gtk+3-devel popt-devel
+ libxfce4util-devel libxfce4ui-devel xfce4-panel-devel"
+depends="hicolor-icon-theme desktop-file-utils"
+short_desc="Simple calendar application for Xfce"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-or-later"
+homepage="https://docs.xfce.org/apps/orage/start"
+changelog="https://gitlab.xfce.org/apps/orage/-/raw/master/NEWS"
+distfiles="https://archive.xfce.org/src/apps/orage/${version%.*}/orage-$version.tar.bz2"
+checksum=26111a3b6a2007c82f1e0a1e0591b774a0b132f3a7f1cde53d9be661b2f11700

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

* Re: New package: orage-4.16.0
  2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-27 20:35 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-27 20:36 ` tibequadorian
  2022-03-27 20:37 ` tibequadorian
  2022-04-10  9:09 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-27 20:36 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36214#issuecomment-1072782850

Comment:
~@paper42 is it correct to remove it from `removed-packages`?~

Didn't remove it know, because it's not needed.

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

* Re: New package: orage-4.16.0
  2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-27 20:36 ` tibequadorian
@ 2022-03-27 20:37 ` tibequadorian
  2022-04-10  9:09 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-27 20:37 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36214#issuecomment-1072782850

Comment:
~@paper42 is it correct to remove it from `removed-packages`?~

Didn't remove it now, because it's not needed.

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

* Re: [PR PATCH] [Merged]: New package: orage-4.16.0
  2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
                   ` (4 preceding siblings ...)
  2022-03-27 20:37 ` tibequadorian
@ 2022-04-10  9:09 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-04-10  9:09 UTC (permalink / raw)
  To: ml

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

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

New package: orage-4.16.0
https://github.com/void-linux/void-packages/pull/36214

Description:
Orage is back :)

<!-- 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 [skip CI](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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 20:33 [PR PATCH] New package: orage-4.16.0 tibequadorian
2022-03-18 20:43 ` tibequadorian
2022-03-18 20:43 ` tibequadorian
2022-03-27 20:35 ` [PR PATCH] [Updated] " tibequadorian
2022-03-27 20:36 ` tibequadorian
2022-03-27 20:37 ` tibequadorian
2022-04-10  9:09 ` [PR PATCH] [Merged]: " paper42

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