Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / 
cosmic-text-editor


Commits:
15083f0b by Peter Jung at 2024-11-01T15:17:13+01:00
upgpkg: 1.0.0.alpha.3-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- cosmic-text-editor-lto.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = cosmic-text-editor
        pkgdesc = Text editor for the COSMIC desktop
-       pkgver = 1.0.0.alpha.2
+       pkgver = 1.0.0.alpha.3
        pkgrel = 1
        url = https://github.com/pop-os/cosmic-edit
        arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = cosmic-text-editor
        depends = libxkbcommon
        depends = oniguruma
        depends = wayland
-       source = 
git+https://github.com/pop-os/cosmic-edit.git#tag=96b2a190d8a93955e93de08471477492aafd46c3
+       source = 
git+https://github.com/pop-os/cosmic-edit.git#tag=3d9240927588efe9a33e16c014979798f78e1d7a
        source = cosmic-text-editor-lto.patch
-       b2sums = 
36f58ea04f5d6ca5aac4d6c92ca238a5b0e053abf2808a8fb8d07203157de6771c4e72d4a77d325b4cf4dc1056e76d555e22dba014ef41b641c93742d0f2b4e7
-       b2sums = 
ed78a5a3f3734ceca3e090eeda9c132ee1cea133b71c7a40d04aa1dedb620e9f662cc33a492e327d54289249c0f0724b6b2945343d1b09af48967ccfead570f3
+       b2sums = 
d931743dcd515d30ccba0f9dc48c9c68a5e4e76a27f3a9e2c1d80e9ed8c163db468820050c59ba96065ff5e3a5e77b9570884efad0a1bcb98f21111c9708a34d
+       b2sums = 
d0ac6a0caa849a4445812f574787c5f99e42e73dbc53dcbf0c0a212cc97382dcd3cdbce58f6203fb2d920fc45d4a0a4b5d086308bcb5e2a92b86f1bebf1dd6da
 
 pkgname = cosmic-text-editor


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
 # Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: Peter Jung <[email protected]>
 # Contributor: Mark Wagie <[email protected]>
 # Contributor: soloturn <[email protected]>
 
 pkgname=cosmic-text-editor
-pkgver=1.0.0.alpha.2
+pkgver=1.0.0.alpha.3
 pkgrel=1
 pkgdesc='Text editor for the COSMIC desktop'
 arch=(x86_64)
@@ -24,13 +25,13 @@ makedepends=(
   just
   lld
 )
-_tag=96b2a190d8a93955e93de08471477492aafd46c3
+_tag=3d9240927588efe9a33e16c014979798f78e1d7a
 source=(
   git+https://github.com/pop-os/cosmic-edit.git#tag=${_tag}
   cosmic-text-editor-lto.patch
 )
-b2sums=('36f58ea04f5d6ca5aac4d6c92ca238a5b0e053abf2808a8fb8d07203157de6771c4e72d4a77d325b4cf4dc1056e76d555e22dba014ef41b641c93742d0f2b4e7'
-        
'ed78a5a3f3734ceca3e090eeda9c132ee1cea133b71c7a40d04aa1dedb620e9f662cc33a492e327d54289249c0f0724b6b2945343d1b09af48967ccfead570f3')
+b2sums=('d931743dcd515d30ccba0f9dc48c9c68a5e4e76a27f3a9e2c1d80e9ed8c163db468820050c59ba96065ff5e3a5e77b9570884efad0a1bcb98f21111c9708a34d'
+        
'd0ac6a0caa849a4445812f574787c5f99e42e73dbc53dcbf0c0a212cc97382dcd3cdbce58f6203fb2d920fc45d4a0a4b5d086308bcb5e2a92b86f1bebf1dd6da')
 
 prepare() {
   cd cosmic-edit


=====================================
cosmic-text-editor-lto.patch
=====================================
@@ -1,7 +1,8 @@
-diff '--color=auto' -rupN cosmic-edit.orig/Cargo.toml cosmic-edit/Cargo.toml
---- cosmic-edit.orig/Cargo.toml        2024-09-26 19:45:04.710293937 +0200
-+++ cosmic-edit/Cargo.toml     2024-09-26 19:45:27.527216806 +0200
-@@ -59,6 +59,9 @@ fork = "0.1"
+diff --git a/Cargo.toml b/Cargo.toml
+index 2002d0f..2b2bf4b 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -54,6 +54,9 @@ fork = "0.1"
  default = ["wgpu"]
  wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
  
@@ -11,10 +12,3 @@ diff '--color=auto' -rupN cosmic-edit.orig/Cargo.toml 
cosmic-edit/Cargo.toml
  [profile.release-with-debug]
  inherits = "release"
  debug = true
-@@ -70,4 +73,4 @@ filetime = { git = "https://github.com/j
- # [patch.'https://github.com/pop-os/libcosmic']
- # libcosmic = { path = "../libcosmic" }
- # cosmic-config = { path = "../libcosmic/cosmic-config" }
--# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
-\ No newline at end of file
-+# cosmic-theme = { path = "../libcosmic/cosmic-theme" }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-text-editor/-/commit/15083f0b221c03bf75fa2530609fb99be9b88c91

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-text-editor/-/commit/15083f0b221c03bf75fa2530609fb99be9b88c91
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to