Skip to content

Commit

Permalink
v.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Feb 6, 2024
1 parent e172670 commit 69bf586
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ else
@sed -i 's/$(AXOLOTL_VERSION)/$(NEW_VERSION)/' snap/snapcraft.yaml
@sed -i 's/$(AXOLOTL_VERSION)/$(NEW_VERSION)/' docs/INSTALL.md
@sed -i "32i $$APPDATA_TEXT" appimage/AppDir/axolotl.appdata.xml
@sed -i "32i $$APPDATA_TEXT" flatpak/org.nanuc.Axolotl.appdata.xml
@sed -i "32i $$APPDATA_TEXT" flatpak/org.nanuc.Axolotl.metainfo.xml
@echo "Update complete"
endif

Expand Down Expand Up @@ -219,12 +219,12 @@ build-package-deb-arm64:
@echo "Building Debian package..."
# Edit changelog file
@sed -i '3d;4d' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@awk -i inplace 'NR == 3 {print " * See upstream changelog below."} {print}' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@echo >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@cat $(CURRENT_DIR)/docs/CHANGELOG.md >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@awk -i inplace 'NR == 3 {print " * See upstream changelog below."} {print}' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@echo >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@cat $(CURRENT_DIR)/docs/CHANGELOG.md >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
# Edit copyright file
@sed -i 's/<preferred name and address to reach the upstream project>/Aaron <[email protected]>/' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/copyright
@sed -i 's/<url:\/\/example.com>/https:\/\/github.com\/nanu-c\/axolotl/' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/copyright
@sed -i 's/<url:\/\/example.com>/https:\/\/github.com\/nanu-c\/axolotl/' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/copyright
# Build Debian package
@cd $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION) && debuild -i -us -uc -b

Expand Down Expand Up @@ -334,12 +334,12 @@ build-package-deb-arm64-cc:
@echo "Building cross-compiled Debian package..."
# Edit changelog file
@sed -i '3d;4d' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@awk -i inplace 'NR == 3 {print " * See upstream changelog below."} {print}' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@echo >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@cat $(CURRENT_DIR)/docs/CHANGELOG.md >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@awk -i inplace 'NR == 3 {print " * See upstream changelog below."} {print}' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@echo >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
@cat $(CURRENT_DIR)/docs/CHANGELOG.md >> $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/changelog
# Edit copyright file
@sed -i 's/<preferred name and address to reach the upstream project>/Aaron <[email protected]>/' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/copyright
@sed -i 's/<url:\/\/example.com>/https:\/\/github.com\/nanu-c\/axolotl/' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/copyright
@sed -i 's/<url:\/\/example.com>/https:\/\/github.com\/nanu-c\/axolotl/' $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION)/debian/copyright
# Build Debian package
@cd $(CURRENT_DIR)/axolotl-$(AXOLOTL_VERSION) && debuild -i -us -uc -b -aarm64

Expand Down
3 changes: 3 additions & 0 deletions appimage/AppDir/axolotl.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="2.0.4" date="2024-02-06">
<url>https://github.com/nanu-c/axolotl/releases/tag/v2.0.4</url>
</release>
<release version="2.0.1" date="2023-10-26">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.6.0</url>
</release>
Expand Down
3 changes: 3 additions & 0 deletions flatpak/org.nanuc.Axolotl.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="2.0.4" date="2024-02-06">
<url>https://github.com/nanu-c/axolotl/releases/tag/v2.0.4</url>
</release>
<release version="1.6.0" date="2022-10-27">
<url>https://github.com/nanu-c/axolotl/releases/tag/v1.6.0</url>
</release>
Expand Down

0 comments on commit 69bf586

Please sign in to comment.