Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] latte-dock: Update to 0.10.0
@ 2021-08-17  5:00 hervyqa
  2021-08-17  9:05 ` foxlet
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: hervyqa @ 2021-08-17  5:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages latte-dock-0.10.0
https://github.com/void-linux/void-packages/pull/32526

latte-dock: Update to 0.10.0
- update to 0.10.0
- homepage and changelog changed to official web

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-latte-dock-0.10.0-32526.patch --]
[-- Type: text/x-diff, Size: 1474 bytes --]

From fef6c7bd45add2d5807cd0e02adfa7921b6bbe17 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 17 Aug 2021 11:55:20 +0700
Subject: [PATCH] latte-dock: Update to 0.10.0

- update to 0.10.0
- homepage and changelog changed to official web
---
 srcpkgs/latte-dock/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/latte-dock/template b/srcpkgs/latte-dock/template
index 51ceaa3a1f69..52e902b8a025 100644
--- a/srcpkgs/latte-dock/template
+++ b/srcpkgs/latte-dock/template
@@ -1,6 +1,6 @@
 # Template file for 'latte-dock'
 pkgname=latte-dock
-version=0.9.12
+version=0.10.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DENABLE_MAKE_UNIQUE=OFF
@@ -11,7 +11,7 @@ makedepends="knewstuff-devel libksysguard-devel libSM-devel plasma-framework-dev
 short_desc="Dock based on plasma frameworks"
 maintainer="Giuseppe Fierro <gspe+void@offlink.xyz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="https://phabricator.kde.org/source/latte-dock/"
-changelog="https://phabricator.kde.org/source/latte-dock/browse/master/CHANGELOG.md"
+homepage="https://apps.kde.org/latte-dock/"
+changelog="https://invent.kde.org/plasma/latte-dock/-/blob/master/CHANGELOG.md"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be
+checksum=967e129b437a1eb3bff0b045674f06bfacb02f0040da39738b7fc95cb1417812

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

* Re: latte-dock: Update to 0.10.0
  2021-08-17  5:00 [PR PATCH] latte-dock: Update to 0.10.0 hervyqa
@ 2021-08-17  9:05 ` foxlet
  2021-08-17 12:05 ` [PR PATCH] [Updated] " hervyqa
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: foxlet @ 2021-08-17  9:05 UTC (permalink / raw)
  To: ml

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

New comment by foxlet on void-packages repository

https://github.com/void-linux/void-packages/pull/32526#issuecomment-900124607

Comment:
The KDE apps site also is unmaintained, I'd suggest squashing in the Gitlab site ;)

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

* Re: [PR PATCH] [Updated] latte-dock: Update to 0.10.0
  2021-08-17  5:00 [PR PATCH] latte-dock: Update to 0.10.0 hervyqa
  2021-08-17  9:05 ` foxlet
@ 2021-08-17 12:05 ` hervyqa
  2021-08-17 12:08 ` hervyqa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: hervyqa @ 2021-08-17 12:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages latte-dock-0.10.0
https://github.com/void-linux/void-packages/pull/32526

latte-dock: Update to 0.10.0
- update to 0.10.0
- homepage and changelog changed to official web

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-latte-dock-0.10.0-32526.patch --]
[-- Type: text/x-diff, Size: 1483 bytes --]

From 34f55638aef8aec470129748ea7957ef633d6d16 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 17 Aug 2021 11:55:20 +0700
Subject: [PATCH] latte-dock: Update to 0.10.0

- update to 0.10.0
- homepage and changelog changed to official web
---
 srcpkgs/latte-dock/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/latte-dock/template b/srcpkgs/latte-dock/template
index 51ceaa3a1f69..7fc7eef92691 100644
--- a/srcpkgs/latte-dock/template
+++ b/srcpkgs/latte-dock/template
@@ -1,6 +1,6 @@
 # Template file for 'latte-dock'
 pkgname=latte-dock
-version=0.9.12
+version=0.10.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DENABLE_MAKE_UNIQUE=OFF
@@ -11,7 +11,7 @@ makedepends="knewstuff-devel libksysguard-devel libSM-devel plasma-framework-dev
 short_desc="Dock based on plasma frameworks"
 maintainer="Giuseppe Fierro <gspe+void@offlink.xyz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="https://phabricator.kde.org/source/latte-dock/"
-changelog="https://phabricator.kde.org/source/latte-dock/browse/master/CHANGELOG.md"
+homepage="https://invent.kde.org/plasma/latte-dock/"
+changelog="https://invent.kde.org/plasma/latte-dock/-/blob/master/CHANGELOG.md"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be
+checksum=967e129b437a1eb3bff0b045674f06bfacb02f0040da39738b7fc95cb1417812

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

* Re: latte-dock: Update to 0.10.0
  2021-08-17  5:00 [PR PATCH] latte-dock: Update to 0.10.0 hervyqa
  2021-08-17  9:05 ` foxlet
  2021-08-17 12:05 ` [PR PATCH] [Updated] " hervyqa
@ 2021-08-17 12:08 ` hervyqa
  2021-08-18 18:52 ` [PR PATCH] [Merged]: latte-dock: update " ericonr
  2021-08-18 18:52 ` ericonr
  4 siblings, 0 replies; 7+ messages in thread
From: hervyqa @ 2021-08-17 12:08 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/32526#issuecomment-900241186

Comment:
> The KDE apps site also is unmaintained, I'd suggest squashing in the Gitlab site ;)

hi @foxlet, thank you for the information. I've fixed it.

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

* Re: [PR PATCH] [Merged]: latte-dock: update to 0.10.0
  2021-08-17  5:00 [PR PATCH] latte-dock: Update to 0.10.0 hervyqa
                   ` (2 preceding siblings ...)
  2021-08-17 12:08 ` hervyqa
@ 2021-08-18 18:52 ` ericonr
  2021-08-18 18:52 ` ericonr
  4 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-08-18 18:52 UTC (permalink / raw)
  To: ml

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

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

latte-dock: update to 0.10.0
https://github.com/void-linux/void-packages/pull/32526

Description:
- update to 0.10.0
- homepage and changelog changed to official web

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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

* Re: latte-dock: update to 0.10.0
  2021-08-17  5:00 [PR PATCH] latte-dock: Update to 0.10.0 hervyqa
                   ` (3 preceding siblings ...)
  2021-08-18 18:52 ` [PR PATCH] [Merged]: latte-dock: update " ericonr
@ 2021-08-18 18:52 ` ericonr
  4 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-08-18 18:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32526#issuecomment-901350258

Comment:
Thanks!

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

* [PR PATCH] latte-dock: update to 0.10.0
@ 2021-08-17  5:08 foxlet
  0 siblings, 0 replies; 7+ messages in thread
From: foxlet @ 2021-08-17  5:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages latte-dock
https://github.com/void-linux/void-packages/pull/32527

latte-dock: update to 0.10.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

Latte Dock has moved from Phabricator to Gitlab. Other KDE projects have made the move as well; those should be updated to prevent stale packages.

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

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

From c1452899bb1e1cb68a5f658315a8ade2a72fd3e3 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Mon, 16 Aug 2021 22:38:18 -0400
Subject: [PATCH] latte-dock: update to 0.10.0

---
 srcpkgs/latte-dock/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/latte-dock/template b/srcpkgs/latte-dock/template
index 51ceaa3a1f69..c5f265e521a7 100644
--- a/srcpkgs/latte-dock/template
+++ b/srcpkgs/latte-dock/template
@@ -1,6 +1,6 @@
 # Template file for 'latte-dock'
 pkgname=latte-dock
-version=0.9.12
+version=0.10.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DENABLE_MAKE_UNIQUE=OFF
@@ -11,7 +11,7 @@ makedepends="knewstuff-devel libksysguard-devel libSM-devel plasma-framework-dev
 short_desc="Dock based on plasma frameworks"
 maintainer="Giuseppe Fierro <gspe+void@offlink.xyz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="https://phabricator.kde.org/source/latte-dock/"
-changelog="https://phabricator.kde.org/source/latte-dock/browse/master/CHANGELOG.md"
+homepage="https://invent.kde.org/plasma/latte-dock"
+changelog="https://invent.kde.org/plasma/latte-dock/-/blob/master/CHANGELOG.md"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be
+checksum=967e129b437a1eb3bff0b045674f06bfacb02f0040da39738b7fc95cb1417812

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

end of thread, other threads:[~2021-08-18 18:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  5:00 [PR PATCH] latte-dock: Update to 0.10.0 hervyqa
2021-08-17  9:05 ` foxlet
2021-08-17 12:05 ` [PR PATCH] [Updated] " hervyqa
2021-08-17 12:08 ` hervyqa
2021-08-18 18:52 ` [PR PATCH] [Merged]: latte-dock: update " ericonr
2021-08-18 18:52 ` ericonr
2021-08-17  5:08 [PR PATCH] " foxlet

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