summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-07-21 21:39:16 +0200
committerraveit65 <[email protected]>2022-07-21 21:44:23 +0200
commit0998282173db27e11f216f752b5ae3e428377b3e (patch)
tree3b447472ea4bfaa2bc7bd8ec6f65c8dbd0f1aaf4
parentd2e7fb4a03b8d97c9b5425cd197615fb3caf1e1d (diff)
downloadcaja-0998282173db27e11f216f752b5ae3e428377b3e.tar.bz2
caja-0998282173db27e11f216f752b5ae3e428377b3e.tar.xz
rename packagev1.26.1.1
-rw-r--r--.build.yml2
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
3 files changed, 5 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index e3235f36..53fba5c4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -152,7 +152,7 @@ releases:
prerelease: false
checksum: true
file_glob: true
- files: caja-*.tar.xz
+ files: caja-glib-2.50-*.tar.xz
github_release:
tags: true
overwrite: true
diff --git a/NEWS b/NEWS
index 124dfcfc..c7ec2292 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-### caja 1.26.1
+### caja-glib-2.50 1.26.1
+ * rename and require glib-2.50.0
* tx: sync with transifex
* Fix Caja does not show icons of application launchers
* caja-mime-actions: fix memory leak
diff --git a/configure.ac b/configure.ac
index 55fa74e9..9faf85a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja],
+AC_INIT([caja-glib-2.50],
[1.26.1],
[https://github.com/mate-desktop/caja/issues],
- [caja],
+ [caja-glib-2.50],
[https://mate-desktop.org])
dnl ---------------------------------------------------------------------------