Balló György pushed to branch main at Arch Linux / Packaging / Packages /
elastic
Commits:
cd994c9f by Balló György at 2025-03-24T21:09:20+01:00
upgpkg: 0.1.7-1: Update to new release
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − elastic-window-icon.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = elastic
pkgdesc = Design and export spring physics-based animations to use with
libadwaita
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://apps.gnome.org/Elastic/
arch = x86_64
@@ -17,9 +17,7 @@ pkgbase = elastic
depends = hicolor-icon-theme
depends = libadwaita
depends = template-glib
- source = git+https://gitlab.gnome.org/World/elastic.git#tag=0.1.6
- source = elastic-window-icon.patch
- b2sums =
ee7ae3fde380bdd1b0b8a89f60ee17ca3b28d6e11697ba4e6df58a78538ce1b541f930f349eb4d3bf72d35451296c40adac614a7605be2e14c72538c6d884b2f
- b2sums =
cc74b79dbc4d4e420ce438cc8299b06ffa8dfb5c0e065fcc408f386fda62f8ffd925379912303f151a278ff25d05baf9fd86a063948322ec1d3b9a7bfe50fb4e
+ source = git+https://gitlab.gnome.org/World/elastic.git#tag=0.1.7
+ b2sums =
5ca67854bd0761dc5fee0ffe2c01dd3045aec8d16aed7cd3b888f59afe12848a3282bb35cc554098f9faa2f8667f7c5c585df9ee1d361d156947cfc5be9fa3c5
pkgname = elastic
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=elastic
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc='Design and export spring physics-based animations to use with
libadwaita'
arch=(x86_64)
@@ -23,21 +23,8 @@ makedepends=(
meson
vala
)
-source=(
- "git+https://gitlab.gnome.org/World/elastic.git#tag=$pkgver"
- elastic-window-icon.patch
-)
-b2sums=(
-
ee7ae3fde380bdd1b0b8a89f60ee17ca3b28d6e11697ba4e6df58a78538ce1b541f930f349eb4d3bf72d35451296c40adac614a7605be2e14c72538c6d884b2f
-
cc74b79dbc4d4e420ce438cc8299b06ffa8dfb5c0e065fcc408f386fda62f8ffd925379912303f151a278ff25d05baf9fd86a063948322ec1d3b9a7bfe50fb4e
-)
-
-prepare() {
- cd $pkgname
-
- # https://gitlab.gnome.org/World/elastic/-/merge_requests/27
- git apply -3 ../elastic-window-icon.patch
-}
+source=("git+https://gitlab.gnome.org/World/elastic.git#tag=$pkgver")
+b2sums=(5ca67854bd0761dc5fee0ffe2c01dd3045aec8d16aed7cd3b888f59afe12848a3282bb35cc554098f9faa2f8667f7c5c585df9ee1d361d156947cfc5be9fa3c5)
build() {
arch-meson $pkgname build
=====================================
elastic-window-icon.patch deleted
=====================================
@@ -1,26 +0,0 @@
-From 2cc4605da038f8c4009ea4aadee9465782a599a4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <[email protected]>
-Date: Wed, 16 Oct 2024 17:16:10 +0000
-Subject: [PATCH] application: Set default window icon
-
-This is commonly used by desktop environments on Xorg.
----
- src/application.vala | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/application.vala b/src/application.vala
-index 2aacba0..7678476 100644
---- a/src/application.vala
-+++ b/src/application.vala
-@@ -9,6 +9,8 @@ public class Elastic.Application : Adw.Application {
- }
-
- construct {
-+ Gtk.Window.set_default_icon_name ("app.drey.Elastic");
-+
- ActionEntry[] action_entries = {
- { "about", on_about_action },
- { "preferences", on_preferences_action },
---
-GitLab
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/elastic/-/commit/cd994c9f4c7aa91cb1975b7901295367a2af0d06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/elastic/-/commit/cd994c9f4c7aa91cb1975b7901295367a2af0d06
You're receiving this email because of your account on gitlab.archlinux.org.