-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters